Wednesday, 15 April 2015

How to upload products from one Prestashop store to another Prestashop store? -


We have two prestashop domains, for example abc.com and xyz.com with different databases. We want to upload products from one Prestashop store to another Spring Shop store. As we know all product images will be stored in Prestashop's IMG folder. Now we want to use these images from Store 1 and upload 2 IMG folders to store and want to synchronize only product related data from Database 1 to Database 2.

Please provide your valuable suggestions.

The same task of copying data from a database to managing products on two similar sites My sites are completely identical.

  1. The same option has a multi-touch facility in comparison with two sites with the same product, features and images in the same back office. It is very convenient for more than one shop management.

  2. The second option is that you do not want multipop options instead of exporting ps_product_shop, ps_image, ps_product, ps_product_lang tables and if the products already exist, then the use of the product 'new location' Compared to or not present in the new location. If the products already exist.

Depending on your needs,

make sure that you do 'REPLACE' rather than 'INSERT INTO', if you are not sure whether the product is being repeated or not.

Do something like

  type the lock tab `ps_product_shop`; / *! 40000 optional table `ps_product_shop` disabled keys * /; Change to `ps_product_shop` values ​​(1000010,1,1112, ------------------- .................. .................................................. .................................................. .................................................. ................................................ .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. ..................................... from my other site New p folder. (Or p_old the name of the old p folder and open the new p folder there.) This works fine for me, I hope this will help you. 


No comments:

Post a Comment