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

The "Hide empty terms" option is not working correctly.

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

Hello

Please do a test

In file - /woocommerce-products-filter/ext/turbo_mode/js/turbo_mode.js  - I added code - https://share.pluginus.net/image/i20250418125530.png

var filter_slug = this.filter_settings.swoof_search_slug;
jQuery.each(query, function (i, item) {

if(filter_slug == i) {
return true;
}

The reason may be that the queried object is not formed correctly on this page.

It seems that everything is working correctly now. Thank you.
Could you please tell us if this fix will be included in future plugin updates, or will we need to manually edit the code in this file after each update?

Hello

I'll pass this on to the developers and they'll decide whether to move it to production or not.

I can't say for sure because it looks like the problem is related to your custom settings. In any case, keep this fix

Welcome;)

I just discovered that you also enabled the"Disable swoof influence" option. When this option is turned on, the search stops working and instead of showing products, it displays the blog page. For example, this link: https://bagl.pimentos.com.ua/filter/name-Рюкзак/price-0-to-99999

Does this only happen when you use your custom text search?

The problem may be that you have not configured the shope page.

 

If I disable the"Disable swoof influence" option, search works correctly.

Does this only happen when you use your custom text search?

The issue here is not about the custom search, but about the URL. The URL in this format is generated by your plugin.

Hello

The issue here is not about the custom search, but about the URL. The URL in this format is generated by your plugin.  -  Ok! Please describe in more detail what you mean.

12