product_cat
$tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => '$_REQUEST['product_category']', 'field' => 'slug', ), );
$tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => '$_REQUEST['product_category']', 'field' => 'slug', ), );