Quote:
Originally Posted by stevekem
When you say you set the email field to "unique", what exactly do you mean and how do I do that?
|
Put this into X-Cart's Upgrade or PHPmySQL:
Quote:
Originally Posted by marcgeldon
Code:
ALTER TABLE xcart_customers ADD UNIQUE (usertype, email);
|