Magento review count of product zendnwar February 12, 2015 Magento 0 Comments <?php echo $review_count = $_product->getRatingSummary()->getReviewsCount() ?> Related Posts Magento dashboard charts not working admin September 19, 2016 It’s very simple just follow the below code Locate this file: app/design/adminhtml/defaul .. How to Load a Product by SKU in Magento? zendnwar July 2, 2013 This is very simple work, just add below code and set your SKU value to get Product. <?php $ ..