Tax Query: product_cat
$product_category = array( array( 'taxonomy' => 'product_cat', 'terms' => array( 'Subscriptions', 'Sample' ), 'field' => 'term_id', 'operator' => 'NOT IN', ), );
$product_category = array( array( 'taxonomy' => 'product_cat', 'terms' => array( 'Subscriptions', 'Sample' ), 'field' => 'term_id', 'operator' => 'NOT IN', ), );