100,
'post_type' => array('product', 'product_variation'),
'meta_query' => array(
array(
'key' => '_stock',
'value' => 5,
'compare' => '>',
'type' => 'NUMERIC'
)
)
);
$wc_query = new WP_Query($params); // (2)
?>
have_posts()) : // (3) ?>
have_posts()) : // (4)
$wc_query->the_post(); // (4.1) ?>