• Hello,
    I’m having trouble retrieving search results directly from my results page.
    I still have all the products while in the ajax search box, I have the right results.
    I am using StoreFront as a plugin and the results come out on the archive-product.php page.

    Thank you for your help

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same problem here. Search results page doesn’t show results by category or product tags.

    Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Its looks like something is wrong for your theme template for the products search results.

    Please visit this page – https://dev.novotic.fr/linatelier/?s=lam&post_type=product
    This page must display standard search results ( note that it doesn’t have &type_aws=true inside URL ). Not AWS plugin search results. But we see same results here.

    So looks like your theme search results template just show some products from different categories and not search results.

    Did you make any customizations with archive-product.php file or maybe use same page builder plugins?

    Regards

    Hello, I use the Elementor Hello Theme and no modifications had been done in the Product Archive or Product Search Results templates. I bought the AWS Pro and I want to know that if I search products by category name, products within that category will appear on the results page.

    Ok, so I found the solution for me. At one point, I added the following code and it was causing the issue:

    `function aws_searchbox_markup( $markup ) {
    $pattern = ‘/(<input type=”hidden” name=”type_aws” value=”true”>)/i’;
    $markup = preg_replace( $pattern, ”, $markup );
    return $markup;
    }
    add_filter(‘aws_searchbox_markup’, ‘aws_searchbox_markup’);

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search results’ is closed to new replies.