Hi
Assuming that you are using our VM files and flypage.tpl, please open this file:
../components/com_virtuemart/themes/default/templates/product_details/flypage.tpl.php
and comment this line:
- Code: Select all
<li><span><?php echo $VM_LANG->_('PHPSHOP_REVIEWS') ?></span></li>
like this
- Code: Select all
<!--<li><span><?php echo $VM_LANG->_('PHPSHOP_REVIEWS') ?></span></li>-->
Cheers