Magento review count of product zendnwar February 12, 2015 Magento 0 Comments <?php echo $review_count = $_product->getRatingSummary()->getReviewsCount() ?> Related Posts 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 $ .. How to Re-indexing in Magento through the command line zendnwar March 11, 2015 For the status of all indexes: php indexer.php –status Re-indexing a single index: php in ..