Magento review count of product zendnwar February 12, 2015 Magento 0 Comments <?php echo $review_count = $_product->getRatingSummary()->getReviewsCount() ?> Related Posts How to migrate Magento Website from local server to live server zendnwar October 22, 2013 Consider you are familiar with database creation user assigning and and import database from lo .. Is it possible to have a block without a template in Magento? zendnwar March 18, 2015 Of course yes… in fact, the only predefined block class in Magento that uses a template file ..