Searched refs:customerExists (Results 1 – 14 of 14) sorted by relevance
/dports/finance/prestashop/prestashop/classes/form/ |
H A D | CustomerPersister.php | 123 if (Customer::customerExists($customer->email, false, true)) { 185 if (Customer::customerExists($customer->email, false, true)) {
|
H A D | CustomerForm.php | 120 $id_customer = Customer::customerExists($emailField->getValue(), true, true);
|
/dports/finance/prestashop/prestashop/src/Adapter/Customer/ |
H A D | CustomerDataSource.php | 39 return Customer::customerExists($email, false, false);
|
/dports/www/thirtybees/thirtybees-1.1.0/controllers/front/ |
H A D | GuestTrackingController.php | 100 } elseif (!Customer::customerExists($email, false, false)) { 102 } elseif (Customer::customerExists($email, false, true)) {
|
H A D | IdentityController.php | 87 } elseif ($this->customer->email != $email && Customer::customerExists($email, true)) {
|
H A D | AuthController.php | 465 if (Customer::customerExists($email)) { 636 if (Customer::customerExists(Tools::convertEmailToIdn(Tools::getValue('email')))) { 793 } elseif (Customer::customerExists($email)) {
|
H A D | OrderOpcController.php | 129 if (Customer::customerExists($email)) {
|
/dports/finance/prestashop/prestashop/src/Adapter/Customer/CommandHandler/ |
H A D | TransformGuestToCustomerHandler.php | 92 if (Customer::customerExists($customer->email)) {
|
/dports/finance/prestashop/prestashop/controllers/front/ |
H A D | GuestTrackingController.php | 132 'is_customer' => Customer::customerExists(Tools::getValue('email'), false, true),
|
/dports/finance/prestashop/prestashop/classes/ |
H A D | Customer.php | 285 if (Customer::customerExists($this->email)) { 354 if (Customer::customerExists($this->email) 355 && Customer::customerExists($this->email, true) !== (int) $this->id 579 public static function customerExists($email, $returnId = false, $ignoreGuest = true) function in CustomerCore
|
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/ |
H A D | AdminCustomersController.php | 976 'customer_exists' => Customer::customerExists($customer->email), 1157 if (Customer::customerExists($customer->email)) {
|
/dports/finance/prestashop/prestashop/src/Adapter/Customer/QueryHandler/ |
H A D | GetCustomerForViewingHandler.php | 162 Customer::customerExists($customer->email)
|
/dports/www/thirtybees/thirtybees-1.1.0/classes/ |
H A D | Customer.php | 280 public static function customerExists($email, $returnId = false, $ignoreGuest = true) function in CustomerCore
|
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/orders/helpers/view/ |
H A D | view.tpl | 596 {if (!Customer::customerExists($customer->email))}
|