Home Forums WoodMart support forum Bug in Products (grid or carousel) Reply To: Bug in Products (grid or carousel)

#53278

Artem Temos
Keymaster

You can edit the file woodmart/inc/shortcodes/products.php

and change this line

if( count( $terms ) > 1 ) $args['tax_query']['categories'] = array( 'relation' => 'OR' );

to this

if( count( $terms ) > 1 ) $args['tax_query']['categories'] = array( 'relation' => 'AND' );