Hi everyone,
Ver. 6.2 - When a customer who opted not to create a count as they proceed through the checkout, if their email address is already in the db they get this error.
1062 - Duplicate entry
'XXX@hotmail.com' for key 2
insert into customers (purchased_without_account, customers_firstname, customers_lastname, customers_email_address, customers_telephone, customers_fax, customers_newsletter, customers_password, customers_gender, customers_dob) values ...
TEP_DB_ERRORR
I can see that this customers details have been recorded in the database even, so logically its correct, but would it be wise to have a nicer error page than this?
p.