Magento 导出产品源模型 "magdoc/source_option" 未找到属性 "magdoc_id"
Magento Export product Source model "magdoc/source_option" not found for attribute "magdoc_id"
我正在导出产品,但是当我从下拉列表中 select 产品时,出现以下错误:
未找到属性 "magdoc_id"
的源模型 "magdoc/source_option"
当我 select 客户从下拉菜单中显示实体属性时。
如何解决这个问题。
错误截图如下:
如果你 are not using that attribute
那么 delete it
然后继续。否则使用 magento 的默认 YES/NO 选项模型。 adminhtml/system_config_source_yesno
...但不确定是否要使用它。自己决定。
我正在导出产品,但是当我从下拉列表中 select 产品时,出现以下错误: 未找到属性 "magdoc_id"
的源模型 "magdoc/source_option"当我 select 客户从下拉菜单中显示实体属性时。
如何解决这个问题。
错误截图如下:
如果你 are not using that attribute
那么 delete it
然后继续。否则使用 magento 的默认 YES/NO 选项模型。 adminhtml/system_config_source_yesno
...但不确定是否要使用它。自己决定。