Nopcommerce Dtabase Migration

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Has anyone ever or had any experience of Database migrations form one ecommerce applications to another?

Specifically EKM to Nop...


Got a client that has a huge product database of 9k or so products and I want to migrate using SQL..

Thanks
9 years ago
Well I don't know specifically about EKM but  have migrated a sitewizard store to nop and also a custom e-commerce solution to nop and you have a number of options here.  My advice would be to avoid SQL unless your products are quite flat.  Writing all the mappings for images, categorys attributes and so on is going to take a lot of effort.  Not saying impossible though.  

Your best option would be to use the nop API perhaps with a command line program to bring in your exported data I have done this a few times and generally this works best for me YMMV of course.

You do have the Excel import function, but I think that may only work if your product structure is simple enough to map everything - you might be able to get away with taking an excel output from EKM and converting this into the spreadsheet format that the excel import in nop requires.

You also have to think about product images for example can you get them out of EKM easily and with a filename you can match to when you import back into to nop.  Depends on how accommodating your existing provider is too - wen I did the export from sitewizard the feeds were so bad I ended up using the Google Analytics feed to get what I needed.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.