• Hi! I have a problem with the search. If I select only brand and model I am able to search but if I select the year also I am not able to search.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    For the latest WordPress version 5.9 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

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot search if year selected.’ is closed to new replies.