$args = array(
'post_type' => 'product',
'posts_per_page' => 8,
'product_category ' => 'Tech' ,
'orderby' => 'promotionVolume',
'order' => 'DESC',
// 'post__not_in' => $GLOBAL[ 'id_post_show' ]
);
I've tried a range of variations without success, anyone had any luck with this?