Update all variant values while change one variant
-
Update all variant values depend on the changed variant in variable product
I have the following attributes
Material attributes for the values of plastic, wood.
Size attributes for the values of 10cm, 15cm, 17cm.
Color attributes for the values of red, white, blue.In variable products
1. plastic, 10cm, red.
2. wood, 17cm, (no color)Case1: If the user selects the plastic material, should show 10cm only in the size and red for color.
Don’t want to show all the other sizes and colors to the user.Case2: If the user selects the wood material, should show 17cm only in the size. the color dropdown should not display. But should show the price.
How to make the above-mentioned cases on the product details page?
Thanks
The topic ‘Update all variant values while change one variant’ is closed to new replies.