Hello!
I upgraded to virtuemart 2.6, and I have a problem.
Before, in virtuemat 2.0, I could choose several layouts for home, I used the page where they were shown, featured products, new products and 10 + products.
Now, with upgrading, you may only use the default page of categories, then the items shown:
Categories of products, featured products, new products and 10 + products.
I do not want to appear in page layout, product categories, because that category is already cataloged in my left menu.
How do I delete this item from the page, without deleting the category menu?
The file you need to edit is
Views/virtuemart/tmpl/default.php
It will be very clear the category code to remove
You should also do a template override. And not edit the core file
Tank you Banquet! :)