VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: rjopereira on February 20, 2013, 01:29:49 AM

Title: Remove Label from Latest Products
Post by: rjopereira on February 20, 2013, 01:29:49 AM
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
Title: Re: Remove Label from Latest Products
Post by: rjopereira on February 20, 2013, 10:44:05 AM
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