Magento - 更改"商店所有者的目录输入类型"

Biz*_*oss 2 magento

有没有办法在Magento属性属性中更改"商店所有者的目录输入类型"?

非常感谢.

Luc*_*ops 10

您可以在数据库中对其进行修改,但通常在创建属性时确定一次.

  • `eav_attribute`中的'frontend_input'列.还要确保'backend_type'支持'frontend_input'类型.这通常由`Mage :: getModel('eav/entity_attribute') - > getBackendTypeByInput($ frontend_input)`决定. (2认同)