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!
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
That worked!
Thanks
views/virtuemart/default_products.php
remove
<h4><?php echo $productTitle ?></h4>