Home
last modified time | relevance | path

Searched refs:customerExists (Results 1 – 14 of 14) sorted by relevance

/dports/finance/prestashop/prestashop/classes/form/
H A DCustomerPersister.php123 if (Customer::customerExists($customer->email, false, true)) {
185 if (Customer::customerExists($customer->email, false, true)) {
H A DCustomerForm.php120 $id_customer = Customer::customerExists($emailField->getValue(), true, true);
/dports/finance/prestashop/prestashop/src/Adapter/Customer/
H A DCustomerDataSource.php39 return Customer::customerExists($email, false, false);
/dports/www/thirtybees/thirtybees-1.1.0/controllers/front/
H A DGuestTrackingController.php100 } elseif (!Customer::customerExists($email, false, false)) {
102 } elseif (Customer::customerExists($email, false, true)) {
H A DIdentityController.php87 } elseif ($this->customer->email != $email && Customer::customerExists($email, true)) {
H A DAuthController.php465 if (Customer::customerExists($email)) {
636 if (Customer::customerExists(Tools::convertEmailToIdn(Tools::getValue('email')))) {
793 } elseif (Customer::customerExists($email)) {
H A DOrderOpcController.php129 if (Customer::customerExists($email)) {
/dports/finance/prestashop/prestashop/src/Adapter/Customer/CommandHandler/
H A DTransformGuestToCustomerHandler.php92 if (Customer::customerExists($customer->email)) {
/dports/finance/prestashop/prestashop/controllers/front/
H A DGuestTrackingController.php132 'is_customer' => Customer::customerExists(Tools::getValue('email'), false, true),
/dports/finance/prestashop/prestashop/classes/
H A DCustomer.php285 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 DAdminCustomersController.php976 'customer_exists' => Customer::customerExists($customer->email),
1157 if (Customer::customerExists($customer->email)) {
/dports/finance/prestashop/prestashop/src/Adapter/Customer/QueryHandler/
H A DGetCustomerForViewingHandler.php162 Customer::customerExists($customer->email)
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DCustomer.php280 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 Dview.tpl596 {if (!Customer::customerExists($customer->email))}