From 322cafa3c253b5b267b34172ea776ee6fafb27f5 Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Tue, 6 Jan 2026 15:49:57 +0100 Subject: [PATCH] new package limits and features --- database/seeders/PackageSeeder.php | 58 ++++++++++-------------------- 1 file changed, 18 insertions(+), 40 deletions(-) diff --git a/database/seeders/PackageSeeder.php b/database/seeders/PackageSeeder.php index d0c1dda..7ffaf96 100644 --- a/database/seeders/PackageSeeder.php +++ b/database/seeders/PackageSeeder.php @@ -24,13 +24,13 @@ class PackageSeeder extends Seeder ], 'type' => PackageType::ENDCUSTOMER, 'price' => 29.00, - 'max_photos' => 300, - 'max_guests' => 50, - 'gallery_days' => 14, + 'max_photos' => 600, + 'max_guests' => 100, + 'gallery_days' => 180, 'max_tasks' => 30, 'watermark_allowed' => true, 'branding_allowed' => false, - 'features' => ['basic_uploads', 'custom_tasks'], + 'features' => ['basic_uploads', 'limited_sharing', 'custom_tasks'], 'paddle_product_id' => 'pro_01k8jcxx2g1vj9snqbga4283ej', 'paddle_price_id' => 'pri_01k8jcxx8qktxvqzzv0nkjjj27', 'description' => << PackageType::ENDCUSTOMER, 'price' => 59.00, - 'max_photos' => 1000, - 'max_guests' => 150, - 'gallery_days' => 30, + 'max_photos' => 4000, + 'max_guests' => 250, + 'gallery_days' => 365, 'max_tasks' => 100, 'watermark_allowed' => false, 'branding_allowed' => true, - 'features' => ['basic_uploads', 'custom_branding', 'custom_tasks'], + 'features' => ['basic_uploads', 'unlimited_sharing', 'custom_branding', 'custom_tasks', 'live_slideshow'], 'paddle_product_id' => 'pro_01k8jcxwjv4ne8vf9pvd9bye3j', 'paddle_price_id' => 'pri_01k8jcxws51pze5xc3vj2ea0yc', 'description' => << 'Gäste', 'value' => '{{max_guests}}'], ['title' => 'Aufgaben', 'value' => '{{max_tasks}} Fotoaufgaben'], ['title' => 'Galerie', 'value' => '{{gallery_duration}}'], - ['title' => 'Branding', 'value' => 'Eigenes Logo & Wasserzeichen'], + ['title' => 'Branding', 'value' => 'Eigenes Logo & Live-Slideshow'], ], ], [ @@ -89,53 +89,31 @@ TEXT, 'en' => 'Premium', ], 'type' => PackageType::ENDCUSTOMER, - 'price' => 129.00, - 'max_photos' => 3000, - 'max_guests' => 500, - 'gallery_days' => 180, + 'price' => 119.00, + 'max_photos' => 10000, + 'max_guests' => null, + 'gallery_days' => 730, 'max_tasks' => 200, 'watermark_allowed' => false, 'branding_allowed' => true, - 'features' => ['basic_uploads', 'custom_branding', 'advanced_analytics', 'live_slideshow', 'priority_support'], + 'features' => ['basic_uploads', 'unlimited_sharing', 'custom_branding', 'custom_tasks', 'live_slideshow', 'advanced_analytics', 'priority_support'], 'paddle_product_id' => 'pro_01k8jcxvwp38gay6jj2akjg76s', 'paddle_price_id' => 'pri_01k8jcxw5sap4r306wcvc0ephy', 'description' => << [ - 'de' => 'Das volle Erlebnis für alle, die keine Kompromisse machen wollen. {{max_photos}} Bilder, {{max_guests}} Gäste, {{gallery_duration}} Galerie-Zugang und {{max_tasks}} Aufgaben – dazu kein Wasserzeichen, Live-Slideshow und Premium-Support.', - 'en' => 'The full experience for anyone who refuses to compromise. {{max_photos}} photos, {{max_guests}} guests, {{gallery_duration}} of gallery access and {{max_tasks}} challenges—no watermark, live slideshow and premium support included.', + 'de' => 'Das volle Erlebnis für alle, die keine Kompromisse machen wollen. {{max_photos}} Bilder, unbegrenzt viele Gäste, {{gallery_duration}} Galerie-Zugang und {{max_tasks}} Aufgaben – dazu kein Wasserzeichen, Live-Slideshow und Premium-Support.', + 'en' => 'The full experience for anyone who refuses to compromise. {{max_photos}} photos, unlimited guests, {{gallery_duration}} of gallery access and {{max_tasks}} challenges—no watermark, live slideshow and premium support included.', ], 'description_table' => [ ['title' => 'Fotos', 'value' => '{{max_photos}}'], - ['title' => 'Gäste', 'value' => '{{max_guests}}'], + ['title' => 'Gäste', 'value' => 'Unbegrenzt'], ['title' => 'Aufgaben', 'value' => '{{max_tasks}} Fotoaufgaben'], ['title' => 'Galerie', 'value' => '{{gallery_duration}}'], ['title' => 'Extras', 'value' => 'Live-Slideshow & Premium-Support'], ], ], - [ - 'slug' => 'premium', - 'name' => 'Premium', - 'name_translations' => [ - 'de' => 'Premium', - 'en' => 'Premium', - ], - 'type' => PackageType::ENDCUSTOMER, - 'price' => 149.00, - 'max_photos' => 5000, - 'max_guests' => 1000, - 'gallery_days' => 180, - 'max_tasks' => null, - 'watermark_allowed' => true, - 'branding_allowed' => false, - 'features' => ['basic_uploads', 'unlimited_sharing', 'custom_branding', 'custom_tasks'], - 'paddle_product_id' => 'pro_01k8jcxsmxrs45v1qvtpsepn13', - 'paddle_price_id' => 'pri_01k8jcxswh74jv8vy5q7a4h70p', - 'description' => null, - 'description_translations' => null, - 'description_table' => [], - ], [ 'slug' => 's-small-reseller', 'name' => 'Reseller S',