How to add review list on product page of Magento?

Answer

To Add Review List on mageto product page we have to do below few step 

 

First of all we need to open catalog.xml in Layout folder of used design theme and then we have to add 

below code in catalog_product_view.  section 

<block type=\"review/product_view_list\" 
name=\"product.info.product_additional_data\"
 as=\"reviews\" 
template=\"review/product/view/list.phtml\"/>
 
and then next step is to just put a single line of code in file catalog/product/view.phtml in template 
 
< ?php echo $this->getChildHtml('reviews'? >
 
 

after that must refresh cache management through admin section 
 
That all the story of adding review list on magento product page 

All magento Questions

Ask your interview questions on magento

Write Your comment or Questions if you want the answers on magento from magento Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---