• Narek

    (@narstepanian)


    Hi. Thanks for this nice plugin. It’s very helpful and I’ve been using it for a long time. But suddenly it stopped working for no reason. When I select all items from dropdowns, it doesn’t do automatic search. Sometimes it does, but it does not show the actual product. Instead of the product it’s showing all items from the shop. What should I do? Kind regards.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    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.
    Plugin Author Pektsekye

    (@pektsekye)

    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.

    Plugin Author Pektsekye

    (@pektsekye)

    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?

    Plugin Author Pektsekye

    (@pektsekye)

    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.
Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Stopped work’ is closed to new replies.