Hi, is there a way how to set number of reviews in product details page? [see attachment]
Thank you
<?php if($this->allowRating || $this->showReview) : ?>
<li data-toggle="customer-reviews"><?php echo JText::_('COM_VIRTUEMART_REVIEWS') ?></li>
<?php endif; ?>
<?php if($this->allowRating || $this->showReview) : ?>
<li data-toggle="customer-reviews"><?php echo JText::_('COM_VIRTUEMART_REVIEWS') ?><?php echo ' (' . count($this->rating_reviews) . ')'; ?></li>
<?php endif; ?>