1) Add form data to catalog.xml & view.phtml
The first thing to do is to add the review blocks to the correct XML reference in catalog.xml which is in app > design > frontend > default > yourtheme > layout
At about line 198 you’ll see the
<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 the XML is set up, you just need to echo it on the product page in app > design > frontend > default > yourtheme > template > catalog > product > view.phtml
<?php echo $this->getChildHtml('product_review') ?>
Hope it Helps. Thanks
If you feel any difficulties while setting the magento store feel free to contact us
No comments:
Post a Comment