Thanks for looking at this VecDaddy,
I am using an almost stock version of CRE Loaded6 v6.2 B2B White Label[13.2 (SP1)]
The only third-party module I'm running is Quick Updates.
I have seen this problem on the same version without any mods.
The easiest way to recreate this is to create an account and remember the email address used.
Then delete your cookies, come in as a new person, "Proceed Directly to Checkout" without creating an account, then on the next page (Order_Info.php) use the same exact email address and that's all I need to crash the cart with the message:
Code:
1062 - Duplicate entry 'ThornTester2@liquidwebsite.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) values ('1',
'fdafdafdsa', 'fdsafdsa', 'ttester@liquid.com', 'fdsafdsafas', '', '', '23c2d09a5dd1d1c5f4f7f484450be380:d8')
TEP_DB_ERRORR
Note, the only duplicate field that has been repeated is the email, I deliberately made up all the other field inputs to make sure that they are unique.