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
Asked
Active
Viewed 1,839 times
-2
-
2Not really programming related. *Maybe* on webapps.stackexchange.com (but I'm not sure.) – Pekka Oct 28 '10 at 11:40
-
yes it is purely programming related :( – webkul Oct 28 '10 at 11:52
-
Yes, it is programming related, but you need to demonstrate that you've at least attempted to solve the problem yourself and that you've come up against a specific issue that you need help with. – Jonathan Day Oct 28 '10 at 12:28
2 Answers
1
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.

Alana Storm
- 164,128
- 91
- 395
- 599
-1
There is already a migration tool.
http://www.magentocommerce.com/extension/114/os-commerce-import

clockworkgeek
- 37,650
- 9
- 89
- 127
-
I believe that this extension hasn't worked since about Magento v1.1 - there are some commercial ones available tho – Jonathan Day Oct 28 '10 at 12:27
-
i used this eztension and also fixed the bug , but i am not able to migrate user database (http://webkul.com/magento-tutorial/oscommerce-to-magento-1-4-migration) – webkul Oct 30 '10 at 06:43