Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Product Category

$tax_query = array(
	array(
		'taxonomy'         => 'product_cat',
		'terms'            => 'british-standard',
		'field'            => 'slug',
	),
);