Add VAT number handling in order processing and invoice templates

This commit is contained in:
“VeLiTi”
2026-01-27 18:36:21 +01:00
parent f7a91737bc
commit f7733b4113
14 changed files with 81 additions and 9 deletions

View File

@@ -827,5 +827,6 @@ $dealer_type_1 = 'Professionell';
$dealer_type_2 = 'Unternehmens';$user_information_required = 'Benutzerinformationen Erforderlich';
$user_information_description = 'Bitte geben Sie Ihre Daten ein, um mit Software-Updates fortzufahren';
$general_continue = 'Fortfahren';
$payment_method_1 = 'Debit/Credit';
$payment_method_3 = 'PayPal';
?>

View File

@@ -833,5 +833,6 @@ $dealer_type_2 = 'Corporativo';
$user_information_required = 'Información del Usuario Requerida';
$user_information_description = 'Por favor proporcione su información para continuar con las actualizaciones de software';
$general_continue = 'Continuar';
$payment_method_1 = 'Debit/Credit';
$payment_method_3 = 'PayPal';
?>

View File

@@ -977,7 +977,6 @@ $payment_status_101 = 'In behandeling';
$payment_status_102 = 'Mislukt';
$payment_status_103 = 'Verlopen';
$payment_status_999 = 'Geannuleerd';
$payment_method_3 = ' Debit/Credit';
$contract_billing4 = ' Eenmalig vooraf';
$message_build = ' Gelieve opnieuw in te loggen';
$username_enter = 'Vul je gebruikersnaam in';

View File

@@ -767,5 +767,6 @@ $general_modifier_1 = '+';
$user_information_required = 'Wymagane Informacje o Użytkowniku';
$user_information_description = 'Podaj swoje dane, aby kontynuować aktualizacje oprogramowania';
$general_continue = 'Kontynuuj';
$payment_method_1 = 'Debit/Credit';
$payment_method_3 = 'PayPal';
?>

View File

@@ -833,5 +833,6 @@ $dealer_type_2 = 'Corporativo';
$user_information_required = 'Informações do Usuário Obrigatórias';
$user_information_description = 'Por favor, forneça suas informações para continuar com as atualizações de software';
$general_continue = 'Continuar';
$payment_method_1 = 'Debit/Credit';
$payment_method_3 = 'PayPal';
?>

View File

@@ -844,7 +844,6 @@ $shipping_zip = 'Zip';
$shipping_country = 'Country';
$shipping_phone = 'Phone';
$payment_method = 'Payment Method';
$payment_method_1 = 'Debit (NL/BE customers)';
$payment_method_2 = 'Pay on delivery';
$h2_shoppingcart = 'Shopping Cart';
$discount_label = 'Discount Code';
@@ -991,7 +990,7 @@ $payment_status_101 = 'Pending';
$payment_status_102 = 'Failed';
$payment_status_103 = 'Expired';
$payment_status_999 = 'Cancelled';
$payment_method_3 = 'Debit/Credit';
$payment_method_1 = 'Debit/Credit';
$contract_billing4 = ' Onetime upfront';
$message_build = ' Please login again';
$username_enter = 'Please enter username';