Hi,
I have a simple question about a weird behavior.
I have some coupon configured to give 100% discount for the firdt product of a certain category in the cart. Everything id working fine, exept that the coupon aslo work for child product that are not in the same category.
For exemple.
I have Product 1 in Category A
I have Product 2 in Category B
Product 2 is a child of Product 1
Th coupon is set to be valid only if a product from Category A is in the cart. But right now, the coupon is valid for Product 2 too, even if it is not in category A. My guess is it's because Product 2 is a child of Product 1 which is in Category A.
Is there any way to fix that?
Thanks in advance!