Attribute's Select Value List dynamic based upon value of Another

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.

Hi,

Please check the solution in this topic Create two dependent Select attributes - #5 by andrii

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.