Test Taxonomy Query
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'product_category', 'field' => 'term_id', 'include_children' => true, ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'product_category', 'field' => 'term_id', 'include_children' => true, ), );