wp term query for product
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'product_tag', 'terms' => 's_name', 'operator' => 'IN', 'include_children' => true, ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'product_tag', 'terms' => 's_name', 'operator' => 'IN', 'include_children' => true, ), );