• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

HUSKY - Products Filter Professional for WooCommerce

HUSKY - Products Filter Professional for WooCommerce v3.3.5.3

No permission to download
What's the error?
I did not encounter any errors after installing it.
 
What's the error?
I did not encounter any errors after installing it.
jquery.min.js:2 Uncaught ReferenceError: is_woof_use_chosen is not defined
at woof_init_selects (front_comprssd.js?ver=2.2.8:1:5462)
at woof_init_search_form (front_comprssd.js?ver=2.2.8:1:13468)
at HTMLDocument.<anonymous> (front_comprssd.js?ver=2.2.8:1:11124)
at e (jquery.min.js:2:30038)
at t (jquery.min.js:2:30340)
 
jquery.min.js:2 Uncaught ReferenceError: is_woof_use_chosen is not defined
at woof_init_selects (front_comprssd.js?ver=2.2.8:1:5462)
at woof_init_search_form (front_comprssd.js?ver=2.2.8:1:13468)
at HTMLDocument.<anonymous> (front_comprssd.js?ver=2.2.8:1:11124)
at e (jquery.min.js:2:30038)
at t (jquery.min.js:2:30340)
Same for me
 
  • Like
Reactions: PeoplesN
@Babak

Update WooCommerce Products Filter v.2.2.9

  • heap of small fixes
  • added new hook for Husky text search ‘woof_husky_query_post__in‘. There are two Husky filter modes:
  • 1) adding a search result with post__in (enabled by default). The advantage of this mode is reliability, because the search takes place in a separate query and all JOINs will not conflict with the main query.
  • 2) the second one (if you pass false on the hook) – works with the main request and adds it in the old fashioned way via post_where. Pros: does not increase the number of queries to the database.
PHP:
add_filter('woof_husky_query_post__in', function ($do) {
    return false;
});
 

Attachments

  • woocommerce-products-filter-2.2.9.zip
    2.8 MB · Views: 9
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock