Hi,
I have virtuemart 2.0.18a installed on Joomla 2.5 and i need to make one configuration on my page.
I want to show my latest products but without label down on my image, i only want to show the image. But when i want to see the products in the category appears everithing.
What can i do?
Thanks
Hi,
I solve the problem
To remove the label with the link in the latest product just open the file
C:\inetpub\wwwroot\v25\modules\mod_virtuemart_product\tmpl\default.php
and remove the line 32 (to me)
<a href="<?php echo $url ?>"><?php echo $product->product_name ?></a>
Thanks