Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Woocommerce RAK Procelain category

Should include child cats

$tax_query = array(
	array(
		'taxonomy'         => 'product_cat',
		'terms'            => 'rak-porcelain',
		'field'            => 'slug',
		'include_children' => true,
	),
);