Import a User List into Ablecommerce from a CSV file

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
fatone
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 38
Joined: Thu Jan 17, 2008 7:35 am

Import a User List into Ablecommerce from a CSV file

Post by fatone » Sun Feb 08, 2009 11:24 am

Hi All,

I used to use an online marketing program which allows customers to subscribe to my mailing list. Since Ablecommerce already allows me to do this, i want to import all the users into Ablecommerce and create a login for them. I was able to successfully import a user into the ac_Users table, but didn't see them in the People | Users page of the admin area. I would imagine I need to add other information into other tables, such as ac_UserPasswords, but don't know which tables.

Basically, I want all my users from the old system to show up in Ablecommerce without the user having to create a login. Then I will email all the users informing them that an account has been created on the new system.

If anyone can be of some assistance, that would be appreciated.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Import a User List into Ablecommerce from a CSV file

Post by jmestep » Sun Feb 08, 2009 1:16 pm

You need to have a field for passwords in your upload file. If you download the users from the store using the DataPort utility in .csv format there is a field for PasswordPlainText. If you fill that in and upload the users again into the store, they should have passwords created. I just don't remember if the dataport will update the users or only create new ones.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

fatone
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 38
Joined: Thu Jan 17, 2008 7:35 am

Re: Import a User List into Ablecommerce from a CSV file

Post by fatone » Mon Feb 09, 2009 1:16 am

I used the Data Client Utility with a CSV file and it worked fine, the only issue was I couldn't pick a group for the newly added users.

kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

Re: Import a User List into Ablecommerce from a CSV file

Post by kastnerd » Tue Feb 10, 2009 6:41 pm

Is there a way to add them to a group? Also is it possible to send them a link to crate a new password, as if they had clicked on forgot password?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Import a User List into Ablecommerce from a CSV file

Post by jmestep » Wed Feb 11, 2009 7:30 am

I was able to add users to a group, but I had to use an xml file.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Import a User List into Ablecommerce from a CSV file

Post by mazhar » Wed Feb 11, 2009 7:44 am

User's CSV import doesn't provides a way to import user group information. Have a look at the user information that could be imported using CSV from here
http://wiki.ablecommerce.com/index.php/ ... CSV_Import:

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Import a User List into Ablecommerce from a CSV file

Post by mazhar » Wed Feb 11, 2009 10:13 am

Have a look at the following post about custom CSV import routines
viewtopic.php?f=47&t=9720

Post Reply