Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Carrelage

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'product_cat',
		'terms'            => 'carrelage',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'pa_utilisation',
		'terms'            => 'interieure',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);