Magento 1.9 – Display Review Tab in Product View Page

magento-1.9product-viewreview

Is Displaying Reviews tabs in product view page is default magento 1.9 feature ?

if so, it is hidden in our site. I want to display it again.

what code is reason to hide the Review tab in view page.

This question is not duplicate because i am not asking how to display reviews in product-view page, i want to display reviews as tabs in product view page as below image….

enter image description here

Best Answer

Yes, in the rwd theme there is a reviews tab on the product page by default.

The most common ways to remove them would be

  • "Disable Module Output" in System > Configuration > Advanced
  • Layout XML update: <remove name="product.reviews" />
  • Layout XML override (review.xml in your theme) where the catalog_product_view handle is removed

If none of these is the case, search your custom code for "review", there are countless "creative" ways to accomplish anything in Magento.