VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: padalec on July 03, 2014, 11:57:03 AM

Title: Migrate registered users from osCommerce to VirtueMart
Post by: padalec on July 03, 2014, 11:57:03 AM
I have a database in form of a file: database.sql exported from osCommerce.

We are migrating form osCommerce to VIrtuemart so we need to export/import all users registration data.

Can somebody please point me in the right direction to accomplish this?
Title: Re: Migrate registered users from osCommerce to VirtueMart
Post by: ITechnoDev on July 08, 2014, 00:04:35 AM
Hello,

I suggest that you create a php script that reads the data of old users from the osCommerce database and then create new users in the VirtueMart database. You need to take in consideration the difference of the table structure.