I am moving over to cs-cart from another cart and wondering if there is a way to import the users?
You should be able to with a .csv file with the correct fields. Go to “Import” and select “Users” at the top. That will show you the correct fields to use in the .csv file.
Wow, great… I never saw it up there… Thank you!!!
If the password field i have is normal, when it imports does it become encrypted?
I am not sure? I just exported my users passwords and unfortunately it shows the encrypted password.
[quote name=‘jeffmace’]If the password field i have is normal, when it imports does it become encrypted?[/QUOTE]
Unfortunately, when you import users with non-encrypted passwords they will not be encrypted in the database after the import.
you can do a different method and directly encrypt the password using md5() - that will work for you.
What is the correct format for the “Registration date” field?
Registration date
4/3/2005 23:20
1/29/2008 10:26
11/12/2008 9:21
This is what my version 135sp4 did…
my store is set for Sept 29, 2005 (Month, Day, Year)