Hello!
I would like to hide the products on a page that displays my categories. I found this block of code in /components/com_virtuemart/views/category/tmpl/default.php:
if($this->showproducts){
?>
<div class="browse-view">
<?php
so I assume there is a configuration option somewhere but cannot find it. Any help is appreciated!!
VM 3.0.9.6
Thank you!
Isn't it the menu setting of the cat?
Show products
or just add in your template
$this->showproducts = false;