Hintergründe zum EventInvitePage Layout Customizer hinzugefügt. Badge und CTA entfernt, Textfelder zu Textareas gemacht. Geschenkgutscheine verbessert, E-Mail-Versand ergänzt + Resend + Confirmationseite mit Code-Copy und Link zur Package-Seite, die den Code als URL-Parameter enthält.
This commit is contained in:
@@ -262,6 +262,7 @@ return [
|
||||
'discount' => 'Discount',
|
||||
'tax' => 'Tax',
|
||||
'total' => 'Total after discount',
|
||||
'expires' => 'Expires',
|
||||
],
|
||||
'errors' => [
|
||||
'required' => 'Please enter a coupon code.',
|
||||
@@ -274,7 +275,10 @@ return [
|
||||
'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.',
|
||||
'too_many_attempts' => 'Too many attempts. Please wait a moment and try again.',
|
||||
'generic' => 'We could not apply this coupon. Please try another one.',
|
||||
],
|
||||
'legal_note' => 'Gift vouchers: 14-day withdrawal right until redemption; see withdrawal policy.',
|
||||
'legal_link' => 'Open withdrawal policy',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user