-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.4.16
-- Browser(s) name and version -- : Chrome 41.0.2272.118 m
Hi, I have problems importing a category tree. the documentation does not answer my questions, so I post it here.
Ist is possible to import the categories tree separately from the product import, or do I have to do the import of categories and products in 1 step?
I have here a sample csv:
parent_category;categories;categories_namekey
1;100;cat1Level1
100;101;cat1Level2
100;102;cat2Level2
101;103;cat1Level3
101;104;cat2Level3
102;105;cat3Level3
it creates sub-categories (on level 2) with the ids as their names. Where is the problem?