A
A
AndyLarcin2015-11-09 15:01:55
Magento
AndyLarcin, 2015-11-09 15:01:55

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

1 answer(s)
S
sunrails, 2015-11-09
@AndyLarcin

<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 question

Ask a Question

731 491 924 answers to any question