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

有帮助吗?

解决方案

Using below code i solved my problem.

<?php 
    echo $this->getReviewsSummaryHtml($_product, 'short')
?>
许可以下: CC-BY-SA归因
scroll top