coupon code system eingeführt. coupons werden vom super admin gemanaged. coupons werden mit paddle synchronisiert und dort validiert. plus: einige mobil-optimierungen im tenant admin pwa.
This commit is contained in:
@@ -198,4 +198,31 @@ return [
|
||||
'contact' => [
|
||||
'success' => 'Danke! Wir melden uns schnellstmöglich.',
|
||||
],
|
||||
'coupon' => [
|
||||
'label' => 'Gutscheincode',
|
||||
'placeholder' => 'Gutscheincode eingeben',
|
||||
'apply' => 'Gutschein anwenden',
|
||||
'remove' => 'Gutschein entfernen',
|
||||
'applied' => 'Gutschein :code aktiviert. Du sparst :amount.',
|
||||
'summary_title' => 'Aktualisierte Bestellsumme',
|
||||
'fields' => [
|
||||
'subtotal' => 'Zwischensumme',
|
||||
'discount' => 'Rabatt',
|
||||
'tax' => 'MwSt.',
|
||||
'total' => 'Gesamtsumme nach Rabatt',
|
||||
],
|
||||
'errors' => [
|
||||
'required' => 'Bitte gib einen Gutscheincode ein.',
|
||||
'not_found' => 'Dieser Gutschein konnte nicht gefunden werden.',
|
||||
'inactive' => 'Dieser Gutschein ist nicht aktiv.',
|
||||
'disabled' => 'Dieser Gutschein kann derzeit nicht eingelöst werden.',
|
||||
'not_applicable' => 'Dieser Gutschein gilt nicht für das ausgewählte Package.',
|
||||
'limit_reached' => 'Dieser Gutschein wurde bereits maximal genutzt.',
|
||||
'currency_mismatch' => 'Dieser Gutschein passt nicht zur gewählten Währung.',
|
||||
'not_synced' => 'Dieser Gutschein ist noch nicht bereit. Bitte versuche es später erneut.',
|
||||
'package_not_configured' => 'Dieses Package unterstützt aktuell keine Gutscheine.',
|
||||
'login_required' => 'Bitte melde dich an, um diesen Gutschein zu nutzen.',
|
||||
'generic' => 'Der Gutschein konnte nicht angewendet werden. Bitte versuche einen anderen.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@@ -198,4 +198,31 @@ return [
|
||||
'contact' => [
|
||||
'success' => 'Thanks! We will get back to you soon.',
|
||||
],
|
||||
'coupon' => [
|
||||
'label' => 'Coupon code',
|
||||
'placeholder' => 'Enter your coupon code',
|
||||
'apply' => 'Apply coupon',
|
||||
'remove' => 'Remove coupon',
|
||||
'applied' => 'Coupon :code applied. You save :amount.',
|
||||
'summary_title' => 'Updated order summary',
|
||||
'fields' => [
|
||||
'subtotal' => 'Subtotal',
|
||||
'discount' => 'Discount',
|
||||
'tax' => 'Tax',
|
||||
'total' => 'Total after discount',
|
||||
],
|
||||
'errors' => [
|
||||
'required' => 'Please enter a coupon code.',
|
||||
'not_found' => 'We could not find this coupon.',
|
||||
'inactive' => 'This coupon is not active anymore.',
|
||||
'disabled' => 'This coupon cannot be used at checkout.',
|
||||
'not_applicable' => 'This coupon is not valid for the selected package.',
|
||||
'limit_reached' => 'This coupon was already used the maximum number of times.',
|
||||
'currency_mismatch' => 'This coupon cannot be used with the selected currency.',
|
||||
'not_synced' => 'This coupon is not ready yet. Please try again later.',
|
||||
'package_not_configured' => 'This package is not available for coupon redemptions.',
|
||||
'login_required' => 'Please log in to use this coupon.',
|
||||
'generic' => 'We could not apply this coupon. Please try another one.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user