Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/database/seeders/BoutiqueVendorSeeder.php
Назад
<?php namespace Database\Seeders; use App\Models\BoutiqueVendor; use Illuminate\Database\Seeder; class BoutiqueVendorSeeder extends Seeder { /** * Run the database seeds. */ public function run(): void { $vendorLetterHtml = '<h5>June 2022</h5><p>Dear Vendor,</p><p>Re: <strong>Christmas Boutique Application</strong></p><p>Thank you for your interest in Calvary Christian School’s Christmas Boutique! The 31st annual Calvary Christmas Boutique will be held on <strong>Friday, November 4, 2022, from 10am-5pm</strong>, on our beautiful campus.</p><p>The Calvary Boutique Committee invites you to submit an application to participate in this year’s Boutique. <strong>Due to size restrictions, an application does not guarantee Boutique participation.</strong> You will be notified of enrollment by email and upon receipt of the Vendor Confirmation Checklist. The Boutique Committee anticipates hosting approximately 65 vendors this year. Please turn in your application with necessary documents (as listed in the application) as soon as possible.</p><p>If the Boutique is unable to accommodate you this year, your registration fee will be refunded by mail.</p><p>Please submit the registration fee with your application to be considered for the Christmas Boutique.</p><h5>The registration fee constitutes:</h5><p>* $120 dollars per table, (no less than 6 ft).</p><p>* $50 per “rack space”. This is for space only. You will need to provide your own rack. (5 1/2’ by 2’ to be used <strong>ONLY</strong> for rolling racks forclothing or coat type racks for handbag/hat display)</p><p>Each vendor will be assigned a table location. <strong>Vendor table locations are carefully planned prior to the event to ensure maximum success for all vendors. Unfortunately, we are unable to accommodate last-minute relocations</strong>. The Boutique Committee will do its best to take in all considerations, but cannot guarantee special requests. Due to location limitations, the Boutique is unable to accommodate vendors bringing their own tables or wall type displays.</p><p>Vendors will be required to pay 20% of total sales, exclusive of sales tax to Calvary Christian School.</p><p>The Boutique Committee works to maximize successful participation by assembling a wide variety of unique merchandise and price points. Participating vendors are based on the type of items offered as well as past performance at the Boutique.</p><p><strong>Please fill out all types and ranges of merchandise you are planning to sell on the application, to assist in reducing the number of similar products and categories offered at the Boutique. In the event a handful of Vendors specify similar-type products, we may request alternative product lines</strong>. Shop owners may choose to consider selling specialty items not normally carried in their stores. Returning vendors, please consider offering new and additional items from the past year.</p><p>We look forward to a successful collaboration.</p><p>With kindest regards,</p>'; $directInquiryDetail = '<h5>Melissa Stevens</h5><p>415-806-1216</p><p>Calvary Christian School</p><p>Christmas Boutique Chair</p><p><a href="mailto:boutique@calvarychristian.org" rel="noopener noreferrer" target="_blank" style="color: rgb(30, 69, 112);">boutique@calvarychristian.org</a></p>'; $boutique_vendor = BoutiqueVendor::first(); if ($boutique_vendor) { $boutique_vendor->table_price = 120; $boutique_vendor->rack_price = 50; $boutique_vendor->vendor_letter = $vendorLetterHtml; $boutique_vendor->direct_inquiry_detail = $directInquiryDetail; $boutique_vendor->save(); } else { BoutiqueVendor::create([ 'table_price' => 120, 'rack_price' => 50, 'vendor_letter' => $vendorLetterHtml, 'direct_inquiry_detail' => $directInquiryDetail ]); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка