Jump to content

Import Order Data


Recommended Posts

Hi,

 

Can someone help me to import customer order data from custom platform(.NET) to prestashop store.

 

I have e-commerce store developed in .NET. Now i want to move store to prestashop. I can import Product,customer,categories,... data from back office (Advanced Parameters =>CSV Import) but what about order  data.

 

How can i import order data from old store to prestashop store.

 

Is there any module of any custom method to do so.

 

Thanks in advance.

 

Link to comment
Share on other sites

Interesting, there are plenty of modules for exporting them, but non for importing. I guess the main reason is that prestashop references products with current ids.
So the only thing you can do is having a 1:1 copy of the products and attributes tables, then a 1:1 copy of all the ones related to _order

Basically, clean db dump of all those tables, or make sure you can keep products ids when you import

Link to comment
Share on other sites

Interesting, there are plenty of modules for exporting them, but non for importing. I guess the main reason is that prestashop references products with current ids.

So the only thing you can do is having a 1:1 copy of the products and attributes tables, then a 1:1 copy of all the ones related to _order

 

Basically, clean db dump of all those tables, or make sure you can keep products ids when you import

 

Hi NemoPS,

 

I can not copy tables as old store made in .NET platform with custom table. It has different Table structure then prestashop.

Link to comment
Share on other sites

Ah, sorry I didn't read it well. Then no, there is no way, apart from a manual conversion or creating a custom export plugin for your store, then a custom import for prestashop. You need a custom import as product ids and references must be matched

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...