schickere bestellbestätigung und user role detaults auf "user" gesetzt.
This commit is contained in:
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user