Product tag not in
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'product_tag', 'terms' => '$term', 'field' => 'slug', 'operator' => 'NOT IN', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'product_tag', 'terms' => '$term', 'field' => 'slug', 'operator' => 'NOT IN', ), );