HUSKY - Products Filter Professional for WooCommerce

HUSKY - Products Filter Professional for WooCommerce v3.3.6.6

No permission to download

cbxc

Member
May 12, 2022
30
42
13
What's the error?
I did not encounter any errors after installing it.
 

thatcharam

New member
Oct 22, 2018
12
0
1
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)
 

PeoplesN

Member
Sep 18, 2020
47
13
8
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
 

cbxc

Member
May 12, 2022
30
42
13
  • Like
Reactions: PeoplesN

koeng

Well-known member
Babiato Lover
Oct 4, 2019
116
309
63
@Tomz

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: 8

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu