Magento review count of product zendnwar February 12, 2015 Magento 0 Comments <?php echo $review_count = $_product->getRatingSummary()->getReviewsCount() ?> Related Posts How to get a custom SQL query result in magento zendnwar December 17, 2012 How to get a custom SQL query result in magento $qurey = Mage::getSingleton(‘core/resourc .. How to get data from Magento System Configuration? zendnwar July 30, 2015 <?php Mage::getStoreConfig(‘sectionName/groupName/fieldName’); ?> ..