Joder
123
$tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => '$product_cat', 'field' => 'slug', 'include_children' => true, ), );
123
$tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => '$product_cat', 'field' => 'slug', 'include_children' => true, ), );