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
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
There is no need to modify the code.
disable the "Show Children Category" in the VM configuration
Hi, thanks to everyone
I mix the two solution :)