From f1c236ee64d18254417ab99cc0a8373701739078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 7 Mar 2024 19:13:16 +0100 Subject: [PATCH] Add checkout restrictions for existing and new customers --- lang/en/texts.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 9ebaffb75233..45d5693a889b 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5253,7 +5253,9 @@ $lang = array( 'test_email_sent' => 'Successfully sent email', 'gateway_type' => 'Gateway Type', 'save_template_body' => 'Would you like to save this import mapping as a template for future use?', - 'save_as_template' => 'Save Template Mapping' + 'save_as_template' => 'Save Template Mapping', + 'checkout_only_for_existing_customers' => 'Checkout is enabled only for existing customers. Please login with existing account to checkout.', + 'checkout_only_for_new_customers' => 'Checkout is enabled only for new customers. Please register a new account to checkout.', ); return $lang;