• Your WooCommerce plug-in has been working beautifully until I updated to WordPress 5.9.

    Since the update the Make and Model fields work, but as soon as the Year is selected the search does not work. It used to run automatically.

    All the background data is still there, and I have even uploaded all part numbers and information just to be sure.

    I have not added any plug-ins or made any changes, apart from updating WordPress. Do you have any ideas what might have happened, please?

    Ten out of ten for a brilliant plug-in. Really helpful!!!

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

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

    (@pektsekye)

    Hello,

    Try to replace the line:

    
       selected.vehicles.sort(this.sortCaseIns);
    

    with:

    
       //   selected.vehicles.sort(this.sortCaseIns);
    

    in the file:
    wp-content/plugins/ymm-search/view/frontend/web/main.js

    Then refresh your browser cache.

    Stanislav

    I had this same issue and your fix worked for me. Thank you!

    I have the same issue.

    However, mine only seems to FAIL when I’m LOGGED IN it’s driving me insane.

    Google’s Dev Console shows a bunch of JQUERY errors: (when i click the year model)
    https://prnt.sc/26m2azw

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    to: slimx91
    You should replace the line that I have mentioned previously on this page.
    Then refresh your browser cache.

    If you have any caching or wordpress optimization plugins you should refresh the merged .js files.

    Stanislav

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Year search error’ is closed to new replies.