• Resolved damdo6996

    (@damdo6996)


    Hello
    I’m desperately trying to get my Search results template page to show up some results using Advanced Woocommerce Search plugin.
    I created a template in Oxygen for the Search Results ; product results appear under the search box thanks to AJAX but when pressing enter i reach a blank search results page.
    Any idea ?
    Thanks a lot.
    Damien

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Please tell me how you create such template for the Oxygen theme: you are using some page builder plugin or maybe manually edit theme php file?

    Regards

    Thread Starter damdo6996

    (@damdo6996)

    Sure, First I went into Oxygen and created a template called SEARCH and then told Oxygen to apply this template to the Search Results. It did not work so after looking in the support section of AWS (Advanced Woo Search) and since i’m using a child theme, i created a blank searchpage.php file in my hello-theme-child-master folder wiht this content :
    <?php

    global $query_string;

    wp_parse_str( $query_string, $search_query );
    $search = new WP_Query( $search_query );

    ?>

    Maybe i should not have mixed both methods. No idea.

    Thread Starter damdo6996

    (@damdo6996)

    Hello mihail,
    i can grant you access to my WP admin so you can provide me with a solution.
    Thanks for your help.
    Regards

    Plugin Author ILLID

    (@mihail-barinov)

    Well, if your are using child theme than please make sure that is is has woocommerce/archive-product.php file. This template file is used for displaying product search results page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search results page empty – No error in debug.log’ is closed to new replies.