Hi,
I need to make my search by both product & product tags. Below is the code for search by product only(default).
<input type=”submit” class=”button add_to_cart_button product_type_simple” id=”searchsubmit” value=”<?php _e(‘Go’, ‘woocommerce’); ?>” />
<input type=”hidden” name=”post_type” value=”product”/>
Please do advice thanks.