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?
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.