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:
Codex Agent
2025-12-08 16:20:04 +01:00
parent 046e2fe3ec
commit 4784c23e70
35 changed files with 1503 additions and 136 deletions

View File

@@ -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',
],
];