Hello,
Take for example:
[etheme_products taxonomies="369, 15"]
where 15 is a category and 369 is a product tag.
What happens: it shows all the products of the category PLUS the all the products of the tag (regardless of whether they are from the category or not). This is an OR query.
What I want: display only the products within this category that have this tag. This is an AND query.
This can also apply for multiple tags, so if I specify two tags I want to get products that have the two tags together, not those that have either one.
How can I do this?