popres Posted July 9, 2010 Share Posted July 9, 2010 When customer enters email during registration, but doesn't complete registration, where can I see thisemail ?It is very important as for some reason 90 % of visitors who come to checkout doesn't complete registration.I need to find the emails they entered in the first step. Link to comment Share on other sites More sharing options...
rocky Posted July 10, 2010 Share Posted July 10, 2010 The email isn't stored unless registration is completed. To do this, you'd have to write code to put the email address in a separate table before they finish registered. If you add the email address before registration is completed, you'll get a "this email is already used" error message. Link to comment Share on other sites More sharing options...
popres Posted July 11, 2010 Author Share Posted July 11, 2010 The email isn't stored unless registration is completed. To do this, you'd have to write code to put the email address in a separate table before they finish registered. If you add the email address before registration is completed, you'll get a "this email is already used" error message. Hmm.. what a pity you can’t do it, I have like 91 % checkout without registration I guess many of them stopped halfthrough registering and found it too complicated. But once email is entered (create your account) and then password is sent, so somehow this info must be kept somewhere? Email program must keep track all sent addresses even if not Presta, wouldnt it be possible somewhere within cpanel ?But I still dont understand how come it is not stored in database, when customer logs in with his new email data is kept somewhere for authentification ? Link to comment Share on other sites More sharing options...
popres Posted July 11, 2010 Author Share Posted July 11, 2010 double post please remove Link to comment Share on other sites More sharing options...
rocky Posted July 11, 2010 Share Posted July 11, 2010 Yes, the email address is added to the ps_customer table and COOKIE_KEY and password are hashed for authentication purposes. The actual password isn't stored anywhere except in the email, but if you're the one creating the accounts, you should know the password. Link to comment Share on other sites More sharing options...
popres Posted July 11, 2010 Author Share Posted July 11, 2010 Ahh great then..so I should be able to find these email adresseses in the database, even if registration wasnt completed ? Link to comment Share on other sites More sharing options...
rocky Posted July 11, 2010 Share Posted July 11, 2010 No, the email address is only stored after registration has completed, not before. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now