Reviews Tab on Product Page

Hello,

Got a product tab related question.

Why does the "Product Reviews" and "Write Your Own Review" do not appear on the product page? (they do show up on the page that you get after clicked on "be the first to review…"

Also, how to make them appear on the PRODUCT page? I guess no need for custom tag, as they are already there, but not appearing.

Thanks

PS: Thought it would be better to have its own thread, as others might find it useful

5 answers

Profile photo of Sarper Gudek 0.00 $tone November 29, 2011
Public

if you provide a review then does it change? thats the normal behavior for carts

Sorry, I really could NOT follow you.

The question is, how can REVIEWS tab be displayed on PRODUCT VIEW pages? Next to PRODUCT TAG tab, for ex.

Thanks

#3
n6rej 0.00 $tone November 30, 2011
Public

ok then I’m asking a magento dev to help us out because I’m simply not knowledgeable enough with magento.. I’m sorry

#4
n6rej 0.00 $tone December 21, 2011
Public

dev’s response
————————

Kindly go to: \app\design\frontend\default\jm_mozanis\layout\cat alog.xml:

At about line 198 you’ll see the <reference name="content"> for the catalog_product_view class. Inside this reference add the following code:
<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"/>
Go to product page of a random product, you’ll see two more review tabs.

#5

This question is now closed

Written By

Comments