[WC] No Results show after searching for products returns all blank white page
-
Hi,
Someone can help me. I have a project and almost complete. I’m having a problem right now after uploading all the products that I have and when I search them it returns a white blank page only.
Here is my link to my website (www.datesonnotes.com) if you will try to saerch for this number 071270 or 010100 there must be a result but again it’s just all white.
Here is my code for my product-search form.
<form role=”search” method=”get” id=”searchform” action=”<?php echo esc_url( home_url( ‘/’ ) ); ?>”>
<div>
<label class=”screen-reader-text” for=”s”><?php _e( ‘Search for:’, ‘woocommerce’ ); ?></label>
<input type=”text” value=”<?php echo get_search_query(); ?>” name=”s” id=”s” placeholder=”<?php _e( ‘DDMMYY’, ‘woocommerce’ ); ?>” />
<input type=”submit” id=”searchsubmit” value=”<?php echo esc_attr__( ‘Search’ ); ?>” />
<input type=”hidden” name=”post_type” value=’product’ />
</div></form>
- The topic ‘[WC] No Results show after searching for products returns all blank white page’ is closed to new replies.