> esc_attr( $_GET['s'] ), 'post_type' => 'product', 'posts_per_page' => 12 ); $product_search_query = new WP_Query( $args ); ?> have_posts() ) : ?>

    have_posts() ) : $product_search_query->the_post(); wc_get_template_part( 'content', 'product' ); endwhile; ?>