Reputation: 3655
I am implementing dependent product variations in woocommerce. The problem is that the product has to sizes it is available in Large and Small. The Large size has colors available but the small size of product has a transparent look.
I have added two attributes to the product Size and Color. Now what i want to happen is that when the user selects Large size colors should show up but if he chooses small size the color options select should go blank.
Is there any other way then using a no color options in colors select for Small size?
Upvotes: 0
Views: 4338
Reputation: 3441
Basically you just need to remove the "small" variations with color.
I just did the exact same thing on a site.
Upvotes: 2