Cateogry create via magmi with no product

被刻印的时光 ゝ 提交于 2019-12-14 03:04:10

问题


is there any way to create category via magmi without adding any products to the category ?

Also If any one have csv header to create category via magmi kindly share with me it will help me a lot..

Thanks in advance..


回答1:


Part 1:

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.

If you want to import categories, use another magento plugin.

See: Magento Magmi Categories Import only

part 2:

Basic example:

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"

Defining category options:

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"

For more: http://wiki.magmi.org/index.php?title=On_the_fly_category_creator/importer



来源:https://stackoverflow.com/questions/36740347/cateogry-create-via-magmi-with-no-product

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!