Different Set OF Filters
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 pleaseIf 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.
Quote from Scarlett100 on September 12, 2022, 08:19I want to add 5 or more different set of filters. I want to include certain categories to that filters. That means, if fruits has many categories like dry fruits, summer fruits, american fruits etc and dress like sports dress, night dress, party dress etc., I want to include only specific categories products to the specific set of filters to specific page. Can I do that, I tried, but failed. Can you please give me an example shortcode for different set of filters? Actually your plugin is better than all filters plugins except this feature. My humble request, Can you please look into my website?
Thank you.
I want to add 5 or more different set of filters. I want to include certain categories to that filters. That means, if fruits has many categories like dry fruits, summer fruits, american fruits etc and dress like sports dress, night dress, party dress etc., I want to include only specific categories products to the specific set of filters to specific page. Can I do that, I tried, but failed. Can you please give me an example shortcode for different set of filters? Actually your plugin is better than all filters plugins except this feature. My humble request, Can you please look into my website?

Thank you.
Quote from Pablo Borysenco on September 12, 2022, 12:04Hello
please use standard archive pages
an example - https://test3test1.wpengine.com/product-category/clothing/ - The plugin will show filters that are related to clothes - https://share.pluginus.net/image/i20220912100417.png
Hello
please use standard archive pages
an example - https://test3test1.wpengine.com/product-category/clothing/ - The plugin will show filters that are related to clothes - https://share.pluginus.net/image/i20220912100417.png
Quote from admin on September 12, 2022, 19:41Hello Scarlett
So I did the same as described on Codecanyon dashboard:
- I opened this documentation https://products-filter.com/codex to see what attributes to use in shortcodes [woof] and [woof_products]
- Installed plugin "Show Widget by Logic" https://share.pluginus.net/image/i20220912173238.png
- Then created page https://test3test1.wpengine.com/specific-page-1/ with shortcode inside [woof_products taxonomies="product_cat:34"]
- Added widget for page #1 https://share.pluginus.net/image/i20220912173429.png where set its visibility on page #1 only using code for widget logic vide is_page(132)
- Code of the widget is WOOF filter form: [woof taxonomies="product_cat:34" redirect="https://test3test1.wpengine.com/specific-page-1"]
- The same I repeat for second page https://test3test1.wpengine.com/specific-page-2/ but using Fruits category only: [woof_products taxonomies="product_cat:31"] + [woof taxonomies="product_cat:31" redirect="https://test3test1.wpengine.com/specific-page-2"]
So, each page can show and filter only its own type of products
Also if you want to use specific products attributes separately for each type of products you can use syntax like: [woof_products taxonomies="product_cat:31+pa_reviews:55,59"]
I hope this is a recipe you wanted to get ...
Hello Scarlett
So I did the same as described on Codecanyon dashboard:
- I opened this documentation https://products-filter.com/codex to see what attributes to use in shortcodes [woof] and [woof_products]
- Installed plugin"Show Widget by Logic" https://share.pluginus.net/image/i20220912173238.png
- Then created page https://test3test1.wpengine.com/specific-page-1/ with shortcode inside [woof_products taxonomies="product_cat:34"]
- Added widget for page #1 https://share.pluginus.net/image/i20220912173429.png where set its visibility on page #1 only using code for widget logic vide is_page(132)
- Code of the widget is WOOF filter form: [woof taxonomies="product_cat:34" redirect="https://test3test1.wpengine.com/specific-page-1"]
- The same I repeat for second page https://test3test1.wpengine.com/specific-page-2/ but using Fruits category only: [woof_products taxonomies="product_cat:31"] + [woof taxonomies="product_cat:31" redirect="https://test3test1.wpengine.com/specific-page-2"]
So, each page can show and filter only its own type of products
Also if you want to use specific products attributes separately for each type of products you can use syntax like: [woof_products taxonomies="product_cat:31+pa_reviews:55,59"]
I hope this is a recipe you wanted to get ...
Quote from Scarlett100 on September 13, 2022, 15:29Thank you so much. It solved my problem. The reason I was not able to understand the shortcodes is here – For example [woof_products is_ajax=1 per_page=8 dp=0 taxonomies=product_cat:9,12+locations:30,31] If your documentation mentioned 9,12,30,31 are the category page ids, then I probably already solved now without anyone help. Anyway, Thank you for your great support.
Thank you so much. It solved my problem. The reason I was not able to understand the shortcodes is here – For example [woof_products is_ajax=1 per_page=8 dp=0 taxonomies=product_cat:9,12+locations:30,31] If your documentation mentioned 9,12,30,31 are the category page ids, then I probably already solved now without anyone help. Anyway, Thank you for your great support.
Quote from Pablo Borysenco on September 14, 2022, 10:12hello
Great! Welcome;)
hello
Great! Welcome;)