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

    (@mihail-barinov)

    Hi.

    Open advanced-woo-search.php file, find line

    $markup .= ‘<input type=”text” name=”s” value=”‘ . get_search_query() . ‘” class=”aws-search-field” placeholder=”‘ . $placeholder . ‘” autocomplete=”off” />’;

    and after it add this one

    $markup .= ‘<input type=”hidden” name=”post_type” value=”product”>’;

    It must solve the issue

Viewing 1 replies (of 1 total)
  • The topic ‘page not found error’ is closed to new replies.