• Hello.

    When I type for example “Husk” in the search box, it shows 5 products, but when I hit enter or “Show all results” it displays only 4.
    This happens with all products with the same name. It always shows with one product less.
    Please help.
    Thank you,
    Ana.

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

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

    (@mihail-barinov)

    Hello,

    Please try to add following code snippet

    add_filter('aws_page_results','aws_page_results');
    function aws_page_results( $num ) {
        return 999;
    }

    Also please go to plugin settings page and click ‘Clear cache’ button.

    Regards

    Thread Starter anadavosagency

    (@anadavosagency)

    Hello,

    Thanks for your response. I added the code in function.php theme file and cleared the cache, but it didn’t worked. Do you have another idea? I really need to resolve this problem.
    Thank you.

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