How to create link for menu item to query product category
-
Hi
As every woocommerce user, I need to create a link and assign it to a menu item to effect queries to perform:
1. query by category
2. query by attributes
3. query by “other”
I have searched extensively for this topic yet I still can’t get a handle on how to do this. For example, my dead beat developer added a menu link that looks like
https://xxx.com/product-category/red-wine/red-blend/where red is a category and blend is a category under red, so it’s straight forward enough. Yes, I tried to follow the convention of this example, but it didn’t work. So if I want to add additional menu items that query categories for beer and subcategories for IPA/lager/stout, how do I do it? And I can’t imagine that I have to do this by hand… WooCommerce has to have a facility that allows me to click and select the categories that I want… But where can I find that? And what is the general convention for creating links as such?
Also, same line of logic, how do I perform a query for category of “Other”? Meaning anything that is (NOT beer AND NOT wine)?
And how about attributes?Thank you for your support.
- The topic ‘How to create link for menu item to query product category’ is closed to new replies.