magento 获取评论数 how to get average product rating on a page in magento
1) if you intend to display the average rating of each product, add this helper method inside the page(like list.phtml):
<?php
$storeId = Mage::app()->getStore()->getId();
$summaryData =