Jump to content

Merge 2 Prestashops


Recommended Posts

Hi, I'm new here and I have a "problem",

 

We have 1 Prestashop with 1.5.4.1 version and other with the Prestashop 1.4.7.3 version.

 

And We need merge this 2 shops, for create multishop.

 

We need import customers, orders... (no products, because we have the same products in 1.5.4.1 but with different id)

 

What can I do?

 

I'm looking the DB, and for example the table customer have a id_customer for PRIMARY KEY...

 

:SSS

 

You can help me please?

 

Best Regards,

Cristian

Link to comment
Share on other sites

Thanks, I just spoke with Cart2Cart and they told me that only make migrations, they do this kind of thing.

 

I think the only option is do all with custom PHP code :S

 

Add the column id_customer_old in the customer (1.5), and import all the data of 1.4 to 1.5, for get the id_cusomer with de autoincrement.

 

And the same with orders etc...

 

And later execute SQL querys to update the orders of 1.4 in 1.5 with the new id_customer... :SSS

 

You know what tables I need to export and Import for import customers, orders, messages, and all except categories, products etc?

 

Thank's you again,

Best regards,

Cristian

Link to comment
Share on other sites

×
×
  • Create New...