:::: MENU ::::

Magento – remove “Be the first to review this product”

Problem

I want to remove the link on the product page that is called “Be the first to review this product” but I don’t want to remove reviews formt he products. (You can still review the product via the review tab)

Solution

Go to  [[yourTheme]]/template/catalog/product/view.phtml 

Comment out or remove the following line (around line 60)

<?php echo $this->getReviewsSummaryHtml($_product, false, true)?>

 


One Comment

So, what do you think ?