I use latest Virtuemart . Where can i remove the date of reviews ?
I checked in template/html/com_virtuemart in all files but find nothing with reviews only cart,virtuemart,category
Can anyone pls give the path? I checked all folders
over ride
components\com_virtuemart\views\productdetails\tmpl\default_reviews.php
<span class="date"><?php echo JHtml::date ($review->created_on, vmText::_ ('DATE_FORMAT_LC')); ?></span>
Hi,
I went to files off template
-clicked create overrides
-then under components i clicked on virtuemart_com then on product details , But when i do that it just says
override created in /templates/nametemplate/html/com_virtuemart/productdetails
succesfully created the override.
I cannot follow the rest of the path
Found it tnx !