VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: Jerome on April 18, 2012, 03:28:23 AM

Title: Categories images showing on home page or period
Post by: Jerome on April 18, 2012, 03:28:23 AM
How do I unpublish or remove categories view from the component section? It is showing on the home page when I upgraded to 2.6.
Title: Re: Categories images showing on home page or period
Post by: PRO on April 18, 2012, 11:30:57 AM
Do a template override for

views/virtuemart/tmpl/default.php

http://forum.virtuemart.net/index.php?topic=90935.0

Remove this code

# load categories from front_categories if exist
if ($this->categories) echo $this->loadTemplate('categories');
Title: Re: Categories images showing on home page or period
Post by: Jerome on April 22, 2012, 06:20:21 AM
Thanks for the reply. That helped a lot.