Magento review count of product zendnwar February 12, 2015 Magento 0 Comments <?php echo $review_count = $_product->getRatingSummary()->getReviewsCount() ?> Related Posts Magento 1.9.2 puts url in search field admin February 23, 2017 This is problem occurred due to server miss-configuration. vhost.conf file location / { try_fil .. How to get sub category of a category in magento? zendnwar November 14, 2012 How to get sub category of a category in magento? just follow the below code. <?php $_help ..