Question

How to show the count of product review on the category page? Now i just can get the stars, but no counts

Was it helpful?

Solution

Using below code i solved my problem.

<?php 
    echo $this->getReviewsSummaryHtml($_product, 'short')
?>
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top