xss Posted May 10, 2013 Share Posted May 10, 2013 Dear PrestaShop professionals, I'm new in Prestashop and I need to transfer products (38000+) from our old shop, built on PS 1.4.x to our new shop, built on PS 1.5. I tried to make brute transfer MYSQL tables from one DB to another, but this yilded nothing. How could I do such transfering? Is there a some sort of API to do it? Or maybe there's a CSS exporter from 1.4? Thank in advance! Link to comment Share on other sites More sharing options...
NemoPS Posted May 11, 2013 Share Posted May 11, 2013 You can try to upgrade the current store (have a backup, of course). Once done, copy all product-related tables into the new database. You must do it with attributes and combinations too, of course, to avoid side effects on that Link to comment Share on other sites More sharing options...
xss Posted May 11, 2013 Author Share Posted May 11, 2013 Thank you, Nemo1 for your reply! I have tried to upgrade old shop to 1.5, but I have reached an error while upgrading... Also, made dump from 'clean' database and from database with added test product. Comparing and trying to learn SQL-statements. Link to comment Share on other sites More sharing options...
xss Posted May 16, 2013 Author Share Posted May 16, 2013 Problem solved: I generated css file and then imported it to 1.5. Please, close the thread. Link to comment Share on other sites More sharing options...
Recommended Posts