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

Different filters for each 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.

Is possible to have different filters depending of which category are you in?

If so.. Is that available on free or premium version?

Thanks.

Hello

You  can  try  it  with  free  version - https://wordpress.org/plugins/woocommerce-products-filter/

1) In category pages use shortcode - [woof_products] with attribute : taxonomies=product_cat:X Where X id your product category. ( if you use custom page )

2) 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
*- Do not forget set the same condition in [woof_products]

3) 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

But with that steps i understand that i can show filters in some category or product page or not show them.

I want some categories to have filter 1, 2, 3 for example, and another one, filters 4 and 5. Each category, different filters.

Hello

OK! I described how to do this in a previous message - https://c2n.me/4a7othv.png

read more here - https://products-filter.com/shortcode/woof/

e.g. show only categories and filter by price  [woof by_only='by_price'  tax_only='product_cat' ]  OR  to show  only color and  size - [woof by_only='none'  tax_only='pa_size,pa_color' ]