问题描述
有什么方法可以通过magmi创建类别,而无需在类别中添加任何产品?
is there any way to create category via magmi without adding any products to the category ?
如果有人通过magmi创建csv标头来创建类别,请与我分享,这对我有很大帮助.
Also If any one have csv header to create category via magmi kindly share with me it will help me a lot..
谢谢.
推荐答案
第1部分:
Magmi不仅可以导入类别,还可以在项目导入过程中即时创建类别,这有很大的不同. IE:magmi导入了ITEMS,并且可以为正在导入的ITEMS自动创建类别.
Magmi does not import categories only, it is able to create categories on the fly during item import that's a big difference. IE : magmi imports ITEMS and can auto create categories for ITEMS being imported.
如果要导入类别,请使用另一个magento插件.
If you want to import categories, use another magento plugin.
请参阅: Magento Magmi分类仅导入
第2部分:
基本示例:
sku;name;attribute_set;store;categories
"100";"Product 1";"Default";"en";"My Products/Sample Products/Sample Category"
"101";"Product 2";"Default";"en";"My Products/Other Products"
定义类别选项:
sku;name;attribute_set;store;categories
"100";"Product 1";"Default";"en";"My Products::1::0::1/Sample Products/Sample Category::1::0::0"
"101";"Product 2";"Default";"en";"My Products::1::0::1/Other Products"
更多信息: http://wiki.magmi.org/index. php?title = On_the_fly_category_creator/importer
这篇关于通过magmi创建的类别,没有任何产品的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!