Set select options dynamically in catalog product page in Magento Admin panel
问题 Need to have a dynamic set of values in an select attibute, depending upon another select attribute. e.g. there will be two dropdown attributes 1. parent dropdown, 2. child dropdown if "A" is selected in parent dropdown then "Air","Apple","Ant" will be shown in dropdown. if "B" is selected in parent attribute then "Ball", "Box", "Base" will be shown. So basically values of child dropdown will be depended upon the selected value of parent dropdown. I want to make it dynamic as options can be