iulu2v Posted July 28, 2014 Share Posted July 28, 2014 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. Link to comment Share on other sites More sharing options...
_tech Posted October 22, 2014 Share Posted October 22, 2014 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: screen1.png translates into the database into screen2.png but if i remove the 1 from is_root_categories the update works and the database looks like this screen3.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 More sharing options...
iulu2v Posted October 22, 2014 Author Share Posted October 22, 2014 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 More sharing options...
_tech Posted October 22, 2014 Share Posted October 22, 2014 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 More sharing options...
iulu2v Posted October 22, 2014 Author Share Posted October 22, 2014 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. update it to 1 after the cvs import with 0 Link to comment Share on other sites More sharing options...
Recommended Posts