Conditionally select one attribute based on another
-
I have 2 custom attributes for my products and each attribute pairs to another attribute for any given variation.
For example, attribute 1 is material and attribute 2 is weight. Any material choice can only end up with a specific weight.
Right now, customers are forced to select both material and weight. They won’t make any mistake since each variation has the right combination. However, is there a way to save customers the second step of selecting a weight?
In my current shop page, customers select the material from the dropdown and then they are forced to select the weight – even though there’s only 1 choice for the weight.
I’d like to be able to have the weight automatically selected whenever a material is chosen as there can only be 1 weight.
Thanks!
- The topic ‘Conditionally select one attribute based on another’ is closed to new replies.