Display multiple categories
-
Hello,
I made a page on my site where users can select several categories to see the products that are in these categories.
I specify that there are several categories to display.So I found a way to display a category OR another one with :
my-website.com/category/category1,category2/
And the way to display a category AND another one with :
my-website.com/category/category1+category2/My question is, how to make OR and AND.
For example to display products that are in category1 OR category2 but are in category3Housing it would look like this:
my-website.com/category/category1,category2+category3/
But it doesn’t work. I don’t need an Ajax filter plugin, I just want to know the link to display these products.Thanks for your help <3
The page I need help with: [log in to see the link]
- The topic ‘Display multiple categories’ is closed to new replies.