schickere bestellbestätigung und user role detaults auf "user" gesetzt.

This commit is contained in:
Codex Agent
2025-12-23 10:33:06 +01:00
parent ed5c1918fc
commit 886b24b06b
8 changed files with 409 additions and 12 deletions

View File

@@ -15,9 +15,40 @@ return [
'subject' => 'Purchase Confirmation - :package',
'greeting' => 'Thank you for your purchase, :name!',
'package' => 'Package: :package',
'price' => 'Price: :price',
'activation' => 'The package is now activated in your tenant account.',
'footer' => 'Best regards,<br>The Fotospiel Team',
'price' => 'Price: :price',
'activation' => 'Your event package is now activated in your tenant account.',
'footer' => 'Best regards,<br>The team at Die Fotospiel.App',
'brand_label' => 'Die Fotospiel.App',
'brand_footer' => 'Die Fotospiel.App · Event packages with wow-factor',
'subtitle' => 'Your order has been confirmed successfully. Here are the details at a glance.',
'summary_title' => 'Order summary',
'package_label' => 'Event package',
'type_label' => 'Package type',
'date_label' => 'Purchase date',
'provider_label' => 'Payment provider',
'order_label' => 'Order ID',
'price_label' => 'Total amount',
'activation_label' => 'Activation',
'limits_title' => 'Your package details',
'invoice_title' => 'Invoice',
'invoice_link' => 'Open invoice',
'cta' => 'Open Event Admin',
'provider' => [
'paddle' => 'Paddle',
'manual' => 'Manual',
'free' => 'Free',
],
'package_type' => [
'endcustomer' => 'One-time purchase per event',
'reseller' => 'Annual subscription for resellers',
],
'limits' => [
'max_photos' => 'Max. photos',
'max_guests' => 'Max. guests',
'gallery_days' => 'Gallery days',
'max_tasks' => 'Max. tasks',
'max_events_per_year' => 'Events per year',
],
],
'abandoned_checkout' => [