问题
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