PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

change filters by category

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi, is it possible to exclude some filters for certain product categories / sub categories?

I dont mean excluding something from the list of terms, but totally hiding a certain filter while browsing a specific category.

Hello

In widgets use shortcode [woof] with attribute : * taxonomies=product_cat:X
+
tax_only - write taxonomies or products slug using comma
+
by_only - write any by-filter-elements there using comma: by_text,by_price,by_sku,by_author,by_insales,by_instock. Of course firstly user should enable extensions for that by-filter-elements

For show or hide widgets on different pages - http://www.woocommerce-filter.com/how-to-show-or-hide-widget-only-on-selected-site-pages/

You can read more about shortcodes - http://www.woocommerce-filter.com/documentation/#!/section_3_1

I'm not sure how to implement your solution. Right now I'm, using the filters on the sidebar, so they are added to the shop side bar which is visible around the store. I dont have a particular control by category.

Hello

Unfortunately, I also do not know how to do this for you. Because I don’t have enough information.

Example:

To show  filter  by size and  color  on  clothing category  page( id: 3456)

[woof taxonomies="product_cat:3456" by_only='none' tax_only='pa_size,pa_color']