• Even after selecting all three dropdowns after searching all products are appearing not those whom we assigned conditions.

    “rockyroadwordpress” this is code to check or visit the site.

    thank you.

    • This topic was modified 10 months, 4 weeks ago by memonamehar0.

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

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

    (@pektsekye)

    Hello,

    Try to replace the line:

    
          var params = (this.isCategoryPage && this.filterCategoryPage) || categoryUrl ? {} : {s:searchWord, ymm_search:1, post_type:'product'};
    

    with:

    
          var params = (this.isCategoryPage && this.filterCategoryPage) || categoryUrl ? {} : {ymm_search:1, post_type:'product'};
    

    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 ‘Showing all products even after selecting year make model and search.’ is closed to new replies.