Variable products showing all possible product combos (even nonexisting)
-
So basically I have two attributes to my variable product:
Type: A and B
Colour: for type A they are Red, Blue, Yellow; for type B they are Green and Pink
However, in the dropdown list of variable, if I select any of the product types, the “Colour” dropdown will have all 5 colour options, even the ones that are not compatible with that particular variation. They can be selected, too. But it will cause error if user tries to add non existing variation to the cart.
How can I make sure that only the available variation colours are showing in the “Colour” dropdown list? In my case, if I select type A, only Red, Blue, Yellow will be available but if I select B, only Green and Pink options available?
- The topic ‘Variable products showing all possible product combos (even nonexisting)’ is closed to new replies.