Hello,
I have just checked your website.
For WordPress version 5.9 and greater you should replace the line:
selected.vehicles.sort(this.sortCaseIns);
with:
selected.vehicles.sort($.proxy(this.sortCaseIns, this));
in the file:
wp-content/plugins/ymm-search/view/frontend/web/main.js
Then refresh your browser cache.
Stanislav
Thread Starter
Narek
(@narstepanian)
I have did as you said, but still no success 🙁 By the way, thanks for fast reply.
-
This reply was modified 3 years, 2 months ago by
Narek.
Hello,
I have just checked your website again.
It works for me now.
Try to refresh the browser cache.
Stanislav
Thread Starter
Narek
(@narstepanian)
Yes, you are right, autosearch is now working, but it’s showing all products, not the right one, in which i have models and years information. Regards.
Thread Starter
Narek
(@narstepanian)
For testing purpose i’ve added to one of my product A, B, C, D. But when all dropdowns open, it return all products, not the right one.
Hello,
>it’s showing all products
Maybe there is a plugin that conflicts.
Try to disable other plugins.
Stanislav
Thread Starter
Narek
(@narstepanian)
Tried with no success. Maybe rollback Woocommerce can help?
Hello,
Try to leave enabled just two plugins:
WooCommerce
YMM Search
and try temporarily to use the default woocommerce theme Storefront:
https://ww.wp.xz.cn/themes/storefront/
Stanislav
Thread Starter
Narek
(@narstepanian)
Disabled WP Search with Algolia and it works. thanks a lot.
-
This reply was modified 3 years, 2 months ago by
Narek.