News:

Looking for documentation? Take a look on our wiki

Main Menu

[SOLVED]Navigation Without Categories

Started by flaterik, June 27, 2012, 10:29:43 AM

Previous topic - Next topic

flaterik

Hi, i want navigate on my Shop without the Category on top of the page.
How to do this? I must edit manually the view?

Thanks for help

srajca

hey go to templates/YOURTEMPLATE/html/com_virtuemart/virtuemart/default.php
and find this

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

and change it with this

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

Hope it helps

balai

There is no need to modify the code.

disable the "Show Children Category" in the VM configuration

flaterik

Hi, thanks to everyone
I mix the two solution :)