• Hi there!

    I´m tryin to configure YMM plugin in a Woocommerce instalation.

    Is working wood until i press “Search”, i can´t get any results. Can you give me some guidance please?

    TIA!

    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 searchWord = searchWord ? searchWord : '';
    

    with:

    
      var searchWord = searchWord ? searchWord : ' ';
    

    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)

You must be logged in to reply to this topic.