I'm using legacy Views to display specific woocommerce products within the "Physical Items" category. I'm trying to have filters for the child categories of the "Physical Products" category and for price.
hidden link
Price I'd love to create a range price filter like this:
hidden link
Tim
oh, I found the price range filter, I didn't even know toolset had this, very cool:
[wpv-control-post-product-price]Price: %%MIN%% — %%MAX%%[/wpv-control-post-product-price]
So I just need to figure out how to choose which woo categories to appear in the filter:
[wpv-control-post-taxonomy taxonomy="product_cat" type="checkboxes" url_param="wpv-product_cat"]
I thought I could do that in the Query Filter but there's no longer an Edit button for that:
hidden link
Tim