Is it possible to move reviews and review form to product page? I don’t like having the link to another page for customers to read and write reviews, it would be great to have all of this on the one product page. If possible, please let me know how to do this. I’ve played with moving the relevent code from detailed.phtml to the view.phtml pages but it didn’t work right and I don’t know enough php to make things work.
Thanks for the information above, it is has been very helpful. I’m wanting to go a little further with the placement of the reviews though. Using the code posted by Mr. Teal, how would I place the review form within the description of the product page? I can get it to show up above and below with no problem, but what is the CMS code for making the review form show up somewhere in the middle of the product description?
Any idea on how to make the above code from Mr. Teal have the reviews appear within the product description section? The above information will set the reviews above and below the product description, but what is the code to place it within the actual HTML of the product description?
I do mr. Teal’s suggest for 1.4 version with the magento-sample-data-1.2.0,but this seem doesnt work. who can tell me the accurate position Code should be put?
I’ll try to add my solution for version 1.4 for including reviews WITH page toolbar:
From what I found, it’s not necessary to modify view.phtml, but enought to modify your local.xml (new template suggestion by magento instead of copying other xml files) you should add to section:
<catalog_product_view>
...
<reference name="content">
...
ADD CODE HERE
...
</reference>
</catalog_product_view>
In my project i am display some products in the side bar....whn i am clicking on the product it get displayed on the Homepage(list.phtml)...What i need is...i want to add a link in the homepage as Discussion ...After Clicking in tht link, i need a page in which user can have some discussion regarding the particular product......Can anyone help me.....
this way my reviews sit inside the description right before the upsell. feels perfectly natural.
Works great, but the only problem is that the summary links that are generated are directed to pages that do not exist, is there a way to remove the link feature but keep the summary text?
I have the reviews displaying on the product page, but I have been struggling with, what I hope, is an easy fix.
How do I control the number of reviews displayed? The toolbar gives the options 10,20,50 - defaulting at 10. Where do I change this? I have gone through all of associated files and it looks like it is controlled through the Admin… but where? I looked in catalog/frontend and a bunch of other places but can’t seem to find it.