Hi,
I want to move the related product & Product reviews to be inside a tab. each one in his own tab like the description tab or the upsell tab.
please help me with that…
thank you!
3 answers
thanks for the answer but what I would like to do it that:
ONLY FOR THE REVIEWS
I want to show all the reviews at the product page and not inside a different page.
right now, I need to click on the reviews link to see it.
here is my site link: http://tiwebmaster.com/shop/tiwebmaster-premium.html
how can I put the reviews (this page: http://tiwebmaster.com/shop/review/product/list/id/15/ ) to be under the tabs section, on the main product page?
thank you.
Hi tiwebmaster,
You can add the product reviews as a new tab just by trying as follow
open the file of app\design\frontend\default\jm_jasmine\layout\cata log.xml you look for this xml tag
HTML Code:
<block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
adding right below it this tag
HTML Code:
<block type="review/product_view_list" name="product.info.product_additional_data" as="product_reviews" template="review/product/view/list.phtml" />