rocky007 Posted November 10, 2012 Share Posted November 10, 2012 hi, i'm totally new in pretashop : i want to know where can i find the code for customerExists($email) ( autcontroller.php) if (!Validate::isEmail($email = Tools::getValue('email_create')) OR empty($email)) $this->errors[] = Tools::displayError('Invalid e-mail address'); elseif (Customer::customerExists($email)) thanks in advance everybody Link to comment Share on other sites More sharing options...
rocky007 Posted November 13, 2012 Author Share Posted November 13, 2012 if found the problem : if user was deleted, the email stay in database...so impossible to create a new account with the same email. need to change the DELETE columns in ps_customers to reactivate it and modify it Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now