Magento review count of product zendnwar February 12, 2015 Magento 0 Comments <?php echo $review_count = $_product->getRatingSummary()->getReviewsCount() ?> Related Posts Magento search result with full breadcumb admin January 10, 2017 It is very simple. Just alter with following code, file location /your_theme/template/page/html .. How to add multi Select value save in Magento from CSV file. zendnwar April 12, 2013 It is Little bit complex. First of all review my code and then customize your own way. $csvFile ..