We have recently started using Magmi to import products...needless to say, this is a great tool. We did, however, notice that country_of_manufacture attribute is not importing. Does anyone know what could cause this and how to solve this issue?
问问题
1150 次
4 回答
1
你必须使用代码示例:FR for France
于 2015-07-21T10:23:27.507 回答
0
问题是,该country_of_manufacture
属性使用自己的源模型。我已将source_model
in 表更改eav_attribute
为eav/entity_attribute_source_table
. 然后将使用属性管理中的选项,并且您的导入模块将具有正确的选项值...
于 2013-08-22T09:28:05.773 回答
0
除非您提供更多信息,否则很难回答您的问题。示例 CSV 将是一个好的开始。
我唯一想到的为什么 magmi 不导入 country_of_manufacture 是您使用的是完整的国家代码值,或者您的产品根本没有该属性。
- 仔细检查您的产品是否具有此属性。
- 对 country_of_manufacture 使用短国家代码。
希望有帮助。
于 2013-05-06T09:22:28.420 回答