Not really sure what’s happening on that specific product query.
The author of the theme I’m currently using says to put the code:
function electro_product_search() {
if ( is_woocommerce_activated() ) { ?>
<div class=”site-search “>
<?php echo do_shortcode( ‘Your seach shortcode’ );
?>
</div>
<?php
}
}
I just want to know what SHORTCODE from you do I exactly put here?
I tried “aws_search_form” but the search box was gone and was just replaced with the text “aws_search_form”
Hope you’ll give some answers to this.
Thank you.