payment Card first 4 payments inc. mails
This commit is contained in:
parent
c20deac3fe
commit
6e3adac4d7
38 changed files with 3063 additions and 921 deletions
|
|
@ -180,18 +180,20 @@ return [
|
|||
'user_shop_active' => 'Nutzungsbedinungen',
|
||||
'g-recaptcha-response' => 'google reCaptcha',
|
||||
'accepted_data_protection' => 'Einwilligung Datenschutzerklärung',
|
||||
'billing.firstname'=>'Vorname',
|
||||
'billing.lastname'=>'Nachname',
|
||||
'billing.email'=>'E-Mail-Adresse',
|
||||
'billing.address'=>'Adresse',
|
||||
'billing.zipcode'=>'PLZ',
|
||||
'billing.city' => 'Stadt',
|
||||
'billing_salutation' => 'Anrede',
|
||||
'billing_firstname'=>'Vorname',
|
||||
'billing_lastname'=>'Nachname',
|
||||
'billing_email'=>'E-Mail-Adresse',
|
||||
'billing_address'=>'Adresse',
|
||||
'billing_zipcode'=>'PLZ',
|
||||
'billing_city' => 'Stadt',
|
||||
'accepted_data_checkbox' => 'Einwilligung',
|
||||
'shipping.firstname'=>'Vorname',
|
||||
'shipping.lastname'=>'Nachname',
|
||||
'shipping.address'=>'Adresse',
|
||||
'shipping.zipcode'=>'PLZ',
|
||||
'shipping.city' => 'Stadt'
|
||||
'shipping_salutation' => 'Anrede',
|
||||
'shipping_firstname'=>'Vorname',
|
||||
'shipping_lastname'=>'Nachname',
|
||||
'shipping_address'=>'Adresse',
|
||||
'shipping_zipcode'=>'PLZ',
|
||||
'shipping_city' => 'Stadt'
|
||||
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue