无法识别 Magmi 根类别
Magmi root category not recognized
我在使用 magmi 导入程序时遇到这样的错误,请遵循此文档 http://wiki.magmi.org/index.php?title=On_the_fly_category_creator/importer
SKU FH-74739 - On the fly category creator/importer v0.2.5 - Cannot
find site root with names : Default Category
正在读取我的 csv 文件:
store,sku,categories
"Main Website Store",FH-74739,"[Default Category]::1::1::1/Clothing::0::1::1/TOPS::0::1::1"
"Main Website Store",FH-74393,"[Default Category]::1::1::1/Clothing::0::1::1/BOTTOMS::0::1::1"
"Main Website Store",FH-91916,"[Default Category]::1::1::1/Clothing::0::1::1/BOTTOMS::0::1::1"
在我的 magento 中,我有一个名为 Default Category
的根类别,大写和所有。
我不确定是什么问题。我尝试了三种不同的模式,您可以在其中跳过、覆盖或创建新条目。他们都给出了同样的错误。什么都没有导入。
正确的语法是什么,或者在成功导入时我遗漏了什么?
您的 store
列需要是 Magento 商店代码。
现在您正在使用 Main Website Store
,而它应该更像是 admin
或您的商店代码设置的任何内容。
Magmi 很可能会抛出错误,因为它找不到与名为 Default Category
的类别根关联的商店代码
我在使用 magmi 导入程序时遇到这样的错误,请遵循此文档 http://wiki.magmi.org/index.php?title=On_the_fly_category_creator/importer
SKU FH-74739 - On the fly category creator/importer v0.2.5 - Cannot find site root with names : Default Category
正在读取我的 csv 文件:
store,sku,categories
"Main Website Store",FH-74739,"[Default Category]::1::1::1/Clothing::0::1::1/TOPS::0::1::1"
"Main Website Store",FH-74393,"[Default Category]::1::1::1/Clothing::0::1::1/BOTTOMS::0::1::1"
"Main Website Store",FH-91916,"[Default Category]::1::1::1/Clothing::0::1::1/BOTTOMS::0::1::1"
在我的 magento 中,我有一个名为 Default Category
的根类别,大写和所有。
我不确定是什么问题。我尝试了三种不同的模式,您可以在其中跳过、覆盖或创建新条目。他们都给出了同样的错误。什么都没有导入。
正确的语法是什么,或者在成功导入时我遗漏了什么?
您的 store
列需要是 Magento 商店代码。
现在您正在使用 Main Website Store
,而它应该更像是 admin
或您的商店代码设置的任何内容。
Magmi 很可能会抛出错误,因为它找不到与名为 Default Category