Step :1 Go to app/design/frontend/base/default/template/catalog/product/view.phtml In the view .phtml file find the following code <?php //echo $this->getReviewsSummaryHtml($_product, false, true)?> Replace with this code: <?php echo $this->getReviewsSummaryHtml( $_product, 'short' )?>