In a recent project, I was tasked with adding the latest product reviews into the product tabs on the product view page.
Here is how I managed to do it :
In your review.xml layout file, you need to add the following code :
detailed_info
Reviews
You will now be able to use the following code in your review/product/view/list.phtml template file to output the form wherever you choose to :
getChildHtml(‘review_form’);?>