• Resolved phil0

    (@phil0)


    Hi, I have a usability problem using the search.

    Suppose I type hoo in the search box.
    The hooded jacket product appears as a suggestion.
    I want to search for hoo though to see all hoo products, so I press enter.
    Instead of the results page I am navigated to the product page of the suggestion, even though I did not choose that product.

    https://imgur.com/a/iqFLECV

    Anything to be done about it? Could not find anything in settings.

    Greetings
    Philipp

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YummyWP

    (@yummy-wp)

    Hi there,

    You should disable redirecting to the product page from search results page by adding a filter in the functions.php file.
    add_filter( 'woocommerce_redirect_single_search_result', '__return_false' );

    Best regards
    Stanislav

    Thread Starter phil0

    (@phil0)

    Works great, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search for word that triggers suggestion not possible’ is closed to new replies.