Add checkout restrictions for existing and new customers

This commit is contained in:
Benjamin Beganović 2024-03-07 19:13:16 +01:00
parent c3a7823b72
commit f1c236ee64

View File

@ -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;