Try the Demo

Magento Forum

   
Page 4 of 4
Product Reviews on a Product Page
 
Monty22
Guru
 
Avatar
Total Posts:  672
Joined:  2013-01-01
 

Hi,

For Product Review on product page go to app > design > frontend > default > yourtheme > layout > config.xml
At about line no.198 find section “catalog_product_view” and

Add this

<block type=\"review/product_view_list\" name=\"product.info.product_additional_data\" as=\"product_review\" template=\"review/product/view/list.phtml\">
  <
block type=\"review/form\" name=\"product.review.form\" as=\"review_form\"/>
 </
block>

Now go to View.phtml and call this function

<?php echo $this->getChildHtml(\'product_review\'?>

Hope it Helps. if you still looking for any Issue, you can contact us as we are one of the magento extension developers.

Thanks,

Monty
iLoveMage

 Signature 

Get 15% discount on all our extensions Use code MON15 | Risk-free purchase with our 14 days Money Back Guarantee policy!

 
Magento Community Magento Community
Magento Community
Magento Community
 
ubersignal
Jr. Member
 
Avatar
Total Posts:  4
Joined:  2012-10-15
New York, NY
 

I’m on magento 1.7.0.2 Has anyone else noticed that adding the reviews to the product page also results in the html title being changed to the Reviews title?  In my local.xml file, I have:

<catalog_product_view>
  <
reference name="product.info">
    <
block type="page/html_pager" name="product_review_list.toolbar" />
    <
block type="core/template" name="product_review_list.count" template="review/product/view/count.phtml" />
    <
block type="review/product_view_list" name="product.info.product_additional_data" as="product_reviews" template="review/product/view/list.phtml">
      <
block type="review/form" name="product.review.form" as="review_form"/>
    </
block>
  </
reference>
</
catalog_product_view>

At the end of the catalog product view.phtml file, I have:

<?php echo $this->getChildHtml('product_reviews'?>

This is causing the HTML title of my product pages to be “Product Name Reviews”.  Is anyone else seeing this and any idea how to revert this?

EDIT:
Turns out, I had added something to make the title on the reviews page end in Reviews, and it was also being applied on product page.

 
Magento Community Magento Community
Magento Community
Magento Community
 
connor2k
Jr. Member
 
Total Posts:  12
Joined:  2008-08-06
 

My reviews and form show up great, but clicking submit doesn’t seem to do anything. Suggestions? Using 1.7

 
Magento Community Magento Community
Magento Community
Magento Community
 
MattStephens
Sr. Member
 
Avatar
Total Posts:  151
Joined:  2011-07-12
United Kingdom
 

@connor2k

What is the URL in the form action (viewing the HTML)?

Cheers
Matt

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
Page 4 of 4