Hi, I created the following charateristics:
-color (red,black)
-size (S,M,L,XL)
Then I create a productA and associate these charateristics(by manage the new products inside the main one) in this sequence
productA_1: red-S, red-M, red-L, red-XL (total 4 products)
productA_2: black-S, red-M, red-L (total 3 products)
When I look the product page in the frontend I see S-M-L-XL for productA_1 and this is correct. But also I see S-M-L-XL for productA_2 which the size XL I did not set.
So I see all sizes for all colors.
I this my configuration mistake or something wrong in hikashop?
Thank you