'product', 'posts_per_page' => -1, 'post__in' => $shop_sections, 'orderby' => 'post__in' ); endif; $qry = new WP_Query( $args ); if( $qry->have_posts() ) : ?>
' . esc_html( $product_title ) . ''; if( $product_subtitle ) echo '
' . esc_html( $product_subtitle ) . '
'; ?>
have_posts() ){ ?>
have_posts() ){ $qry->the_post(); global $product; ?>
' . esc_html__( 'Sold Out', 'blossom-studio' ) . ''; }else{ woocommerce_show_product_sale_flash(); } ?>
', '' ); woocommerce_template_single_price(); //price ?>