有没有办法在 Magento system.xml 或 adminhtml 中创建链接选择?
For example, if select1 contained countries, when a country is selected, select2 should display a list of regions in that country:
select1 = 澳大利亚 select2 = 昆士兰、新南威尔士等。
或者
select1 = 英格兰 select2 = 汉普郡、肯特、约克郡等。
我<depends>
在 xml 中遇到过该选项,但这似乎依赖于单个已知静态值来启用第二个字段,而我希望根据 select1 中选择的值填充 select2。