ecroswell21 Posted July 19, 2010 Posted July 19, 2010 I am not very good in PHPMyAdmin and MySQL ... but I was wondering is there a way to bulk upload customers? I have a 100 customers approx that I want to give access to the website. These customers already have an existing username/password for the old eCommerce website. I would like to upload them easily and I was thinking this can be done in PHPMyAdmin. Is the best way to do this just to export the "customer" table, then add in my new customer data so it matched the right fields, then finally upload that table? Erik
rescuestat Posted July 19, 2010 Posted July 19, 2010 I am not very good in PHPMyAdmin and MySQL ... but I was wondering is there a way to bulk upload customers? I have a 100 customers approx that I want to give access to the website. These customers already have an existing username/password for the old eCommerce website. I would like to upload them easily and I was thinking this can be done in PHPMyAdmin. Is the best way to do this just to export the "customer" table, then add in my new customer data so it matched the right fields, then finally upload that table? Erik Hi Erik, Don't want to tell you it not possible, because it is but it requires more than just the customers table. You also need to update the "customers_info" and the "address_book" tables. Take a look at the contributions area, I'm sure there is a contrib to export/import customers that might be exactly what you wanted. Hope this helps. Frank
Recommended Posts
Archived
This topic is now archived and is closed to further replies.