How to remove the customer rating stars from
https://www.flowersbyfrederique.com/
which is module : Virtuemart products.
how to remove customer rating stars
You can open the file: /templates/gk_stora/html/mod_virtuemart_product/default.php
Comment or remove this line of code (approx line 83):
<?php echo shopFunctionsF::renderVmSubLayout('rating',array('showRating'=>$showRating, 'product'=>$product));
Thanks, Is it OK to just make adjustments in this file, shouldn't I create some sort override?
This is override file of module in template already so just edit this file and remember to backup before updating new version of template.
Regards
saguaros locked the discussion.