Search Results Page not working (Showing AJAX only even when BOTH selected)
-
Search Results: √ Both ajax search results and search results page
In settings, I have the option above selected and yet, the search results page is not showing any results.
Yes, my theme does have a searchform.php
Yes, I already tried reindexing the table.e.g.
Mood=”sad” | Genre=”rap” | Tag=”shimmering”
Any one of these Product Attributes should show on the search results page (and therefore also on the ‘View All Results’ page), because they do return results correctly in the AJAX results inline display.Any ideas?
Thanks so much for your time! ??P.S. I even tried adding this PHP code (below) as a Snippet, but my site stopped working because I guess I didn’t add it to the correct ‘necessary files’.
4. Add PHP code to the necessary files of your theme: <?php if ( function_exists( ‘aws_get_search_form’ ) ) { aws_get_search_form(); } ?>
The page I need help with: [log in to see the link]
- The topic ‘Search Results Page not working (Showing AJAX only even when BOTH selected)’ is closed to new replies.