Filtering works only for /shop URL
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 never_a on August 21, 2025, 21:57Hello Support Team
Have a question regaring Free HUSKY edition.There is a page like https://site.com/category
Where some categorized items are displayed.
Each item also has attributes.
Want to add search on a sidebar allowing users to filter items by price and/or attributes.HUSKY product filter was added to the sidebar, and now is displayed at site.com/category.
But if I set filters and then press "Filter" button, I'm redirected to site.com/shop/swoof/price-5000-to-9500/forma_t-online
Where "forma_t" is an attribute name, and "online" is its value.
That's the undesired behavior.
Meanwhile, site.com/category/swoof/price-5238-to-9500/forma_t-online does NOT work, i.e. results are not filtered, and such an output is the same as site.com/categoryWhat's expected:
A search URL like site.com/category/swoof/price-5238-to-9500/forma_t-online works and shows filtered items.
Also tried to change widget configuration and set https://site.com/category into "Redirect to...", but in this case filtering doesn't work at all: after pressing "Filter" button I'm redirected to https://site.com/category/swoof/other_parameters, which actually doesn't apply any filter and shows everything in this category.Please explain how to fix this, preferrably without writing code.
Hello Support Team
Have a question regaring Free HUSKY edition.
There is a page like https://site.com/category
Where some categorized items are displayed.
Each item also has attributes.
Want to add search on a sidebar allowing users to filter items by price and/or attributes.
HUSKY product filter was added to the sidebar, and now is displayed at site.com/category.
But if I set filters and then press"Filter" button, I'm redirected to site.com/shop/swoof/price-5000-to-9500/forma_t-online
Where"forma_t" is an attribute name, and"online" is its value.
That's the undesired behavior.
Meanwhile, site.com/category/swoof/price-5238-to-9500/forma_t-online does NOT work, i.e. results are not filtered, and such an output is the same as site.com/category
What's expected:
A search URL like site.com/category/swoof/price-5238-to-9500/forma_t-online works and shows filtered items.
Also tried to change widget configuration and set https://site.com/category into"Redirect to...", but in this case filtering doesn't work at all: after pressing"Filter" button I'm redirected to https://site.com/category/swoof/other_parameters, which actually doesn't apply any filter and shows everything in this category.
Please explain how to fix this, preferrably without writing code.
Quote from never_a on August 22, 2025, 08:23As "site.com/category" I meant the following, if you need additional details:
https://emdrcentre.ru/emdr-terapiya-test
pwd: 12345678
As"site.com/category" I meant the following, if you need additional details:
https://emdrcentre.ru/emdr-terapiya-test
pwd: 12345678
Quote from Pablo Borysenco on August 22, 2025, 12:24Hello
The problem is that there is no template for displaying the result on the category page, so the plugin redirects to the shop page.
Please try using the standard template on this page
Or add this variable to JS:
var woof_not_redirect = 1;
Hello
The problem is that there is no template for displaying the result on the category page, so the plugin redirects to the shop page.
Please try using the standard template on this page
Or add this variable to JS:
var woof_not_redirect = 1;
Quote from never_a on August 22, 2025, 12:49Hello Pablo, thanks for your reply.
I didn’t understand what do you meant as “standard template”. Is this available for a category page? If so, please explain how to do this.By the way, JS would unlikely help, as if I enter https://site.com/category/swoof/other_parameter I see no filters applied. Looks like the page itself doesn’t handle any parameters provided later in the URL.
Hello Pablo, thanks for your reply.
I didn’t understand what do you meant as “standard template”. Is this available for a category page? If so, please explain how to do this.
By the way, JS would unlikely help, as if I enter https://site.com/category/swoof/other_parameter I see no filters applied. Looks like the page itself doesn’t handle any parameters provided later in the URL.
Quote from Pablo Borysenco on August 25, 2025, 10:45Hello
I didn’t understand what do you meant as “standard template”. - Now you are using a custom template that does not use woocommerce standards and can use its own database query.
Try using the template that is in woocommerce or the shortcode [products] OR [woof_products]
Hello
I didn’t understand what do you meant as “standard template”. - Now you are using a custom template that does not use woocommerce standards and can use its own database query.
Try using the template that is in woocommerce or the shortcode [products] OR [woof_products]