Jump to content

help about tool coding


rocky007

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...