VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: powercoders on January 31, 2021, 21:07:04 PM

Title: How to display products only from first child category on category page?
Post by: powercoders on January 31, 2021, 21:07:04 PM
I have Virtuemart 3.8. Trying to display products only from the first child category on category page.

For example we have:
- Category 1
-- Category 1.1
-- Category 1.2

On "Category 1" page we need to display products only from "Category 1.1".

Tried to edit /components/com_virtuemart/sublayout/products.php, /components/com_virtuemart/views/category/tmpl/default.php but have no result. Thank you in advance!
Title: Re: How to display products only from first child category on category page?
Post by: pinochico on January 31, 2021, 23:00:52 PM
Put products only to first category, how simple :)

or uncheck setting display products from subcategories...
Title: Re: How to display products only from first child category on category page?
Post by: pinochico on January 31, 2021, 23:03:40 PM
preview