I recently had a user who was confused by the response he got from the cart software when he tried to register:
QUOTE
That email address is not allowed!
I investigated, and it turned out that he had already registered, and that was why the cart wouldn't allow that email address.
However, I think that the error given by Cubecart is a bit ambiguous and doesn't really help a user to find out what the problem is. I want to change the message to something like:
QUOTE
That email address has already been registered, please click here to try again, or here if you have forgotten your password
but I can't find the original string in register.php - or any of the Cubecart files for that matter.
Can anyone help?
TIA!