I am creating custom module for customer review so I need to delete the Magento customer review functionality from product view page. There is any XML code which don't show the Magento customer review on product view page.
2
votes
Have you tried anything?
– Dushyant Joshi
I have just tried the xml code <remove name="customer.review"/>
– Vivacity InfoTech
I want to delete it by custom module from xml code. Any way to delete the magento customer review from magento
– Vivacity InfoTech
please show the review xml code and custom module layout xml code
– Amit Bera
<catalog_product_view> <remove name="customer_review"/> <reference name="product.info"> <block type="testimonial/monblock" name="testimonial.block" as="additional" template="testimonial/viewMore.phtml"> <action method="addToParentGroup"><group>detailed_info</group></action> <action method="setTitle" translate="value"> <value>Review</value></action> </block> </reference> </catalog_product_view>
– Vivacity InfoTech
3 Answers
0
votes
0
votes