This is probably asking a lot but I was wondering if there were any ideas on how I could go about implementing dependent Select attributes. I have a simple requirement whereby I want to restrict values in Attribute2 based on Attribute1. Example:
If Attribute1 = Gold, Attribute2 = Black or White
If Attribute 1 = Silver, Attribute2 = Red, Green, or Blue
Hi, implementing dependent dropdowns or “cascading” dropdowns requires some JavaScript to change the options available in the second dropdown based on what’s selected in the first dropdown. This will require advanced customizations.