Hello everyone,
i'm currently doing a massive import of a custom database into the new version of prestashop 1.6.0.8
bassically what i'm doing is querying the old database for data.. custom create my .csv than import that into backend of Tools > CSV Import option.
curently stuck at categories and i'd like to share a bug ( i think ) i've found.
every .csv i tried with categories that i want to import won't import the parent_id of that category IF it is a root_category.
take the screens: translates into the database into
but if i remove the 1 from is_root_categories the update works and the database looks like this
i'd be most than thankful if someone could help me, maybe encountered this problem before or has a fix.
Thanks.