Hi ,
i have above than 3000 users in my oscommerce now i want to migrate those user in to magento . how can i do that please help
Hi ,
i have above than 3000 users in my oscommerce now i want to migrate those user in to magento . how can i do that please help
There is already a migration tool.
http://www.magentocommerce.com/extension/114/os-commerce-import
Magento's SOAP API has a a method for creating customers. Export your customers from the oscommerce database, and then write a script to read the OSCommerce export and use the API to create a customer.