Magento review count of product zendnwar February 12, 2015 Magento 0 Comments <?php echo $review_count = $_product->getRatingSummary()->getReviewsCount() ?> Related Posts Mage_Core_Block_Template in Magento zendnwar March 18, 2015 The most important feature of this type of block is of course that you can asign it a template .. Which class does each block that uses a template extend in Magento? zendnwar March 18, 2015 Any Magento Block that uses a template file, inherits from Mage_Core_Block_Template which inher ..