Hello All,
Can someone help me with "Error: E-Mail Address is already registered!"
I have created an email that i use for telephone orders/offline orders and would like to use that email again and again to create and account and orders when i do not have the customers correct email address.
Can someone please help.
Thanks
Stew
Simply remove from the vaildate function in catalog/controller/account/create.php
and if you want to allow an email to be edited to an existing one, from catalog/controller/account/edit.php
Code: Select all
if ($this->model_account_customer->getTotalCustomersByEmail($this->request->post['email'])) {
$this->error['warning'] = $this->language->get('error_exists');
}
Code: Select all
if (($this->customer->getEmail() != $this->request->post['email']) && $this->model_account_customer->getTotalCustomersByEmail($this->request->post['email'])) {
$this->error['warning'] = $this->language->get('error_exists');
}
Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products
Who is online
Users browsing this forum: No registered users and 96 guests