ipete Posted May 14, 2014 Share Posted May 14, 2014 (edited) Hi Is it possible to sync one prestashop (www.store.com) with another (www.bigstore.com) to be able sync content between this shops? For example sync products or categories. One my client want add products and automaticly that product should be added to other shop. Edited May 14, 2014 by ipete (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted May 15, 2014 Share Posted May 15, 2014 There is not a 'native' feature that can do this. So you would need to find existing module to do this. here is probably the best approach http://doc.prestashop.com/display/PS15/Using+the+PrestaShop+Web+Service I'd also check (google it) prestashop store commander, it may offer something that will help. Link to comment Share on other sites More sharing options...
Dh42 Posted May 15, 2014 Share Posted May 15, 2014 If the shops are on the same physical server then it could be done with a custom script that sync'ed the database tables. If they are on different servers, it becomes a bit more complicated with allowing one server to connect to the other. I am working on a project right now that is similar. They want to sync just the products, stock, and prices between two different prestashop stores. Link to comment Share on other sites More sharing options...
ipete Posted May 20, 2014 Author Share Posted May 20, 2014 If the shops are on the same physical server then it could be done with a custom script that sync'ed the database tables. If they are on different servers, it becomes a bit more complicated with allowing one server to connect to the other. I am working on a project right now that is similar. They want to sync just the products, stock, and prices between two different prestashop stores. Thank you for reply, What is your solution to do this? Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2014 Share Posted May 20, 2014 it's more complicated, it's not only related to database, but also to filesystem, it's necessary to sync also files, for example - product pictures Link to comment Share on other sites More sharing options...
ipete Posted May 20, 2014 Author Share Posted May 20, 2014 it's more complicated, it's not only related to database, but also to filesystem, it's necessary to sync also files, for example - product pictures yeah that is what i really need, sync products. maybe some ready solutions? What about webservice, How could it help me? Link to comment Share on other sites More sharing options...
Dh42 Posted May 20, 2014 Share Posted May 20, 2014 The solution I did was to make a connector that cost around $600. Let me know if you need one made for your shop and I can quote ya on one. Link to comment Share on other sites More sharing options...
ozcad2 Posted May 23, 2014 Share Posted May 23, 2014 Is the multishop function an option here? Link to comment Share on other sites More sharing options...
Recommended Posts