<?php $args = array( 'post_type' => 'product', 'stock' => 1, 'posts_per_page' => 24, 'orderby' =>'date', 'product_cat' => 150,); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); global $product...