VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: dnsorozco on May 16, 2012, 23:31:35 PM

Title: HOw to remove the tittle of Topten Products
Post by: dnsorozco on May 16, 2012, 23:31:35 PM
Hi there,
On my main page i have selected to show my top ten product by doing the following:
Configuration>templates>check Show Top ten products
and it works fine it does shows 7 for some weird reason but i guess those 7 products are only trigger as top ten which is fine for now.
my problems is that when it displays on my home page it does display "Topten Products" right on the left hand side and i don't wnat to show that in there. Can someone points me to the right direction?
Thanks!
Title: Re: HOw to remove the tittle of Topten Products
Post by: JoomTut on May 17, 2012, 06:32:47 AM
You can remove "Topten Products" title by open the file language\en-GB\en-GB.com_virtuemart.ini
Find:
COM_VIRTUEMART_TOPTEN_PRODUCT="Topten Products"
Replace with:
COM_VIRTUEMART_TOPTEN_PRODUCT=""

:D
Title: Re: HOw to remove the tittle of Topten Products
Post by: dnsorozco on May 17, 2012, 14:42:20 PM
That worked!
Thanks
Title: Re: HOw to remove the tittle of Topten Products
Post by: PRO on May 17, 2012, 15:49:23 PM
views/virtuemart/default_products.php

remove

<h4><?php echo $productTitle ?></h4>