Skip Navigation

Creating filters for WooCommerce Product View

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by Timothy 12 hours, 48 minutes ago.

Author
Posts
#2816773

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

#2816788

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