VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: mromen on May 23, 2012, 19:28:20 PM

Title: Categories disabled but remain on startpage
Post by: mromen on May 23, 2012, 19:28:20 PM
Hi,
In control panel I disabled category view but they still show up on the startpage. Any ideas how I can disable categories from showing on the startpage and pages? I don't wanna show categories, I use categories only in a Phoca extended menu so I can present more menulevels.

Thx, Michael.
Title: Re: Categories disabled but remain on startpage
Post by: Jimmyd2012 on May 26, 2012, 15:51:08 PM
Hi,

I am having the same problem and it is really bugging mez have you managed to find a solution for getting this fixed?

Thanks.
Title: Re: Categories disabled but remain on startpage
Post by: PRO on May 26, 2012, 21:05:28 PM
the frontpage uses


views/virtuemart/tmpl/default.php

THIS code loads all the top level categories

# load categories from front_categories if exist
if ($this->categories) echo $this->loadTemplate('categories');