News:

Looking for documentation? Take a look on our wiki

Main Menu

HOw to remove the tittle of Topten Products

Started by dnsorozco, May 16, 2012, 23:31:35 PM

Previous topic - Next topic

dnsorozco

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!

JoomTut

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
http://www.joomtut.com - How to Joomla!
Joomla! & VirtueMart Pro Support.
http://www.joomtut.com/joomla-clip.html - 14 steps to creating a Joomla! website with video clip tutorials


PRO

views/virtuemart/default_products.php

remove

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