Product Category URLs for Complex Combinations
-
I know how to find the URL for product categories that show products that belong to BOTH cat1 AND cat2 (/?product_cat=cat1+cat2), as well as product categories that show products that belong to EITHER cat1 OR cat2 (/?product_cat=cat1,cat2), but is there any way to get URLs for more complex combinations?
For instance, products that belong to:
EITHER (BOTH cat1 AND cat2) OR (BOTH cat3 AND cat4)
(/?product_cat=cat1+cat2,cat3+cat4 doesn’t work)BOTH cat1 AND NOT cat2
(/?product_cat=cat1+!cat2 doesn’t work)Or any boolean-type combinations that aren’t covered by simple “+” or “,” combinations?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Product Category URLs for Complex Combinations’ is closed to new replies.