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

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 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.

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.

As"site.com/category" I meant the following, if you need additional details:

https://emdrcentre.ru/emdr-terapiya-test

pwd: 12345678

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;

 

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.

 

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]