• Resolved Vadim

    (@vadikcoma)


    We have a specific request from our customer. They would like to see search result page in any scenario.

    Currently if you are search for term that has multiple results – you will see a result page with multiple results. However if you are search for exact product SKU – you are being shown product page missing search result step.

    Customer would like to see search result page even if query has just single result. Is it possible?

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

Viewing 1 replies (of 1 total)
  • Thread Starter Vadim

    (@vadikcoma)

    I just got reply from support, in case someone needs it:

    To disable redirect to the product page instead of the search results page use this code:

    add_filter( ‘woocommerce_redirect_single_search_result’, ‘__return_false’ );

Viewing 1 replies (of 1 total)
  • The topic ‘When searching for exact SKU open search result page instead of product’ is closed to new replies.