Answer the question
In order to leave comments, you need to log in
Magento add review counter?
Hello everyone, you need to make the feedback counter below the working code
script type="text/javascript"> script type="text/javascript"> script type="text/javascript"> script type="text/javascript"> script type="text/javascript">
Answer the question
In order to leave comments, you need to log in
<li<?php if (!$_product->getDescription()): ?> class="active"<?php endif; ?>>
<a href="#tab-reviews" role="tab" data-toggle="tab">
<?php echo $this->__('Reviews') ?>
<?php Mage::getModel('review/review')->getEntitySummary($_product, Mage::app()->getStore()->getId()); ?>
<?php echo $reviewCount = $_product->getRatingSummary()->getReviewsCount() ? $_product->getRatingSummary()->getReviewsCount(): 0; ?>
</a>
</li>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question