Jump to content

Recommended Posts

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: post-481194-0-45425300-1406544828_thumb.png translates into the database into post-481194-0-65333300-1406544861_thumb.png

 

but if i remove the 1 from is_root_categories the update works and the database looks like this post-481194-0-68759400-1406544957_thumb.png

 

 

i'd be most than thankful if someone could help me, maybe encountered this problem before or has a fix.

 

Thanks.

Link to comment
Share on other sites

  • 2 months later...

Hello,

 

I would like to know if you found out about this "bug" ? I have the same thing on one shop.

Thanks.
 

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: attachicon.gifscreen1.png translates into the database into attachicon.gifscreen2.png

 

but if i remove the 1 from is_root_categories the update works and the database looks like this attachicon.gifscreen3.png

 

 

i'd be most than thankful if someone could help me, maybe encountered this problem before or has a fix.

 

Thanks.

Link to comment
Share on other sites

hi there. well i got around that problem at the time. 3 months ago.

 

i made a script that updated my is_root_category to 1 directly into the database.

 

i don't know if this problem is still there on 6.0.9 cause i made an update but didn't want to mess with my categories until release.

 

also i found tons of errors regarding the csv import.. problems with the image links, product references, with atributes/combinations, with impact on price and more.

 

got worked around by most of them.

 

wish you the best of luck :)

Link to comment
Share on other sites

 

i made a script that updated my is_root_category to 1 directly into the database.

I guess it is "is_root_category to 0" ? or am i wrong.

Right now it's categories, but i can't wait to see others bugs with products, price... :)

Thank you for replying.

 

Link to comment
Share on other sites

×
×
  • Create New...