
Tessuti and More(@tessuti-and-more)
1 Post
Customers
Quote from Tessuti and More on March 23, 2022, 17:31
Good morning, I am writing to find out whether your Woof plugin might be right for me.
I would like to be able to modify the search filters in the various categories, I'll give you an example
I sell fabrics and yarns. Obviously, filters such as "Height", "Fabric Type" or "Scampoli" should not appear in the yarn category pages.
I would need an editable plugin for each category. I have a static sidebar on my site, so if I insert it I will be obliged to do so in all categories. Does your plugin do this?
Paola
Good morning, I am writing to find out whether your Woof plugin might be right for me.
I would like to be able to modify the search filters in the various categories, I'll give you an example
I sell fabrics and yarns. Obviously, filters such as"Height","Fabric Type" or"Scampoli" should not appear in the yarn category pages.
I would need an editable plugin for each category. I have a static sidebar on my site, so if I insert it I will be obliged to do so in all categories. Does your plugin do this?
Paola

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 24, 2022, 13:06
Hello Paola
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
Hello Paola
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