How to print the number of reviews of the product – Magento

<?php
$storeId    = Mage::app()->getStore()->getId();
$summaryData = Mage::getModel(‘review/review_summary’)->setStoreId($storeId)->load($_product->getId());
?>

Leave a Reply

Your email address will not be published. Required fields are marked *