magento - Magmi root category not recognized -


i'm getting errors of when use magmi importer, following doc http://wiki.magmi.org/index.php?title=on_the_fly_category_creator/importer

sku fh-74739 - on fly category creator/importer v0.2.5 - cannot find site root names : default category

my csv file being read:

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" 

in magento, have root category called default category, capitalizations , all.

i'm not sure issue is. tried in 3 different modes, skip, overwrite, or create new entries. of them give same error. nothing @ imported.

what correct syntax, or missing when comes getting import successfully?

your store column needs magento store code.

right using main website store when should more admin or whatever store code set to.

magmi throwing error because cannot find store code associated category root named default category


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -