Contributions
Email double verification entry
When a new customer creates an account, the e-mail address has to be entered twice, like the password.
The Javascript checks that both fields are the same.
This prevents that customers sign up and mistype their e-mail address and later they complain that they can not log in or did not get an order confirmation e-mail or status updates.
No new files are needed, only some modifications to existing files. The steps are explained in the text file you can download here.
Expand All / Collapse All
Correct file name and path in this doc file and add the italian support and include the
"Mod to stop the confirmation Email address being cleared on a page refresh" send by Ori
To stop the confirmation Email address being cleared on a page refresh.
You will need add a line to create_account.php
Customers often will not type their correct email address.
This checks 2 email fields to make sure they match.
This is written for MS2.2
Sorry guys...this is one of those contributions that annoys people.
It is listed for MS2.2 but the guy quotes :
"I can not guarantee that this will work, it works on my 2.2 MS1 store."
So don't bother if you are on MS2.
Maybe someone can update it!
When a new customer creates an account, the e-mail address has to be entered twice, like the password.
The Javascript checks that both fields are the same.
This prevents that customers sign up and mistype their e-mail address and later they complain that they can not log in or did not get an order confirmation e-mail or status updates.
No new files are needed, only some modifications to existing files. The steps are explained in the text file you can download here.
Note: Contributions are used at own risk.