-
have_posts()){
$product_query->the_post();
global $product;
wc_get_template_part( 'content', 'product' );
}
?>