
leandro_webbiz(@leandro_webbiz)
15 Posts
Customers
Quote from leandro_webbiz on May 6, 2020, 17:04
I am getting this error below and the filter doesnt work, unless I leave official woocommerce filter activate even with I am not using:
Uncaught ReferenceError: woof_ext_init_functions is not defined
at HTMLDocument.<anonymous> (front.js?ver=2.2.4:36)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at Function.ready (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)
I am getting this error below and the filter doesnt work, unless I leave official woocommerce filter activate even with I am not using:
Uncaught ReferenceError: woof_ext_init_functions is not defined
at HTMLDocument.<anonymous> (front.js?ver=2.2.4:36)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at Function.ready (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 7, 2020, 10:57
Hello
I did a test and cannot get the error
What should I do to get this error?
Hello
I did a test and cannot get the error
What should I do to get this error?

leandro_webbiz(@leandro_webbiz)
15 PostsTopic Author
Customers
Quote from leandro_webbiz on May 7, 2020, 13:40
I have the owner of the site looking it from time to time. The error doesnt display because the official plugin from woocommerce filter is activated.
You can deactivated to test it.... it is the one where the plugin author is nexter.
I have the owner of the site looking it from time to time. The error doesnt display because the official plugin from woocommerce filter is activated.
You can deactivated to test it.... it is the one where the plugin author is nexter.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 8, 2020, 12:34
Hello
Ok! Please disable optimization of JS code - https://c2n.me/47q1V76.png - for some reason, when this plugin( https://c2n.me/47q2BA4.png ) is activated, code optimization does not work and my plugin works correctly - https://c2n.me/47q2GjR.png
Hello
Ok! Please disable optimization of JS code - https://c2n.me/47q1V76.png - for some reason, when this plugin( https://c2n.me/47q2BA4.png ) is activated, code optimization does not work and my plugin works correctly - https://c2n.me/47q2GjR.png

leandro_webbiz(@leandro_webbiz)
15 PostsTopic Author
Customers
Quote from leandro_webbiz on May 8, 2020, 15:22
Where should I disable JS optimization? I am not using any optimizer plugin.
Where should I disable JS optimization? I am not using any optimizer plugin.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 11, 2020, 13:02
Hello
I don’t know what your optimization settings are. Maybe it's server side
In any case, I fixed it and this should work with these settings
Hello
I don’t know what your optimization settings are. Maybe it's server side
In any case, I fixed it and this should work with these settings

leandro_webbiz(@leandro_webbiz)
15 PostsTopic Author
Customers
Quote from leandro_webbiz on May 11, 2020, 15:20
this is great thank you :)
this is great thank you :)

leandro_webbiz(@leandro_webbiz)
15 PostsTopic Author
Customers
Quote from leandro_webbiz on May 11, 2020, 19:10
sorry, but what did u do? (just to know in case it happens again)
sorry, but what did u do? (just to know in case it happens again)

leandro_webbiz(@leandro_webbiz)
15 PostsTopic Author
Customers
Quote from leandro_webbiz on May 12, 2020, 08:52
As I thought it would happen. I pushed some changes to the repository and your changes is gone :/
As I thought it would happen. I pushed some changes to the repository and your changes is gone :/

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 12, 2020, 15:54
Hello
in file - \wp-content\plugins\woocommerce-products-filter\index.php function wp_load_js()
Please delete all commented lines. Example: https://c2n.me/47tx6Nu.png
Hello
in file - \wp-content\plugins\woocommerce-products-filter\index.php function wp_load_js()
Please delete all commented lines. Example: https://c2n.me/47tx6Nu.png

leandro_webbiz(@leandro_webbiz)
15 PostsTopic Author
Customers
Quote from leandro_webbiz on May 12, 2020, 17:51
Cool!!! Thank you so much
Cool!!! Thank you so much

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 13, 2020, 12:37
Hello
Welcome;)
Hello
Welcome;)