470 lines
31 KiB
PHP
470 lines
31 KiB
PHP
<?php namespace Sarga\Shop\Database\Seeders;
|
|
|
|
use Illuminate\Database\Seeder;
|
|
use Illuminate\Support\Facades\DB;
|
|
|
|
class ChannelTableSeeder extends Seeder
|
|
{
|
|
/**
|
|
* Seed the application's database.
|
|
*
|
|
* @return void
|
|
*/
|
|
public function run()
|
|
{
|
|
DB::table('channel_translations')->delete();
|
|
DB::table('channels')->delete();
|
|
|
|
DB::table('channels')->insert([
|
|
[
|
|
'id' => 1,
|
|
'code' => 'Trendyol',
|
|
'theme' => 'default',
|
|
'hostname' => config('app.url'),
|
|
'root_category_id' => 1,
|
|
'default_locale_id' => 1,
|
|
'base_currency_id' => 1
|
|
],[
|
|
'id' => 2,
|
|
'code' => 'LCW',
|
|
'theme' => 'default',
|
|
'hostname' => config('app.url').'/lcw',
|
|
'root_category_id' => 2,
|
|
'default_locale_id' => 1,
|
|
'base_currency_id' => 1
|
|
],[
|
|
'id' => 3,
|
|
'code' => 'Outlet',
|
|
'theme' => 'default',
|
|
'hostname' => config('app.url').'/outlet',
|
|
'root_category_id' => 3,
|
|
'default_locale_id' => 1,
|
|
'base_currency_id' => 1
|
|
],
|
|
]);
|
|
DB::table('channel_translations')->insert([
|
|
[
|
|
'id' => 1,
|
|
'channel_id' => 1,
|
|
'locale' => 'tr',
|
|
'name' => 'Trendyol',
|
|
'home_page_content' => '
|
|
<p>@include("shop::home.slider") @include("shop::home.featured-products") @include("shop::home.new-products")</p>
|
|
<div class="banner-container">
|
|
<div class="left-banner">
|
|
<img src='.asset("/themes/default/assets/images/1.webp").' data-src='.asset("/themes/default/assets/images/1.webp").' class="lazyload" alt="test" width="720" height="720" />
|
|
</div>
|
|
<div class="right-banner">
|
|
<img src='. asset("/themes/default/assets/images/2.webp").' data-src='. asset("/themes/default/assets/images/2.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
<img src='.asset("/themes/default/assets/images/3.webp").' data-src='.asset("/themes/default/assets/images/3.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
</div>
|
|
</div>
|
|
',
|
|
'footer_content' => '
|
|
<div class="list-container">
|
|
<span class="list-heading">Quick Links</span>
|
|
<ul class="list-group">
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'about-us\') @endphp">About Us</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'return-policy\') @endphp">Return Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'refund-policy\') @endphp">Refund Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-conditions\') @endphp">Terms and conditions</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-of-use\') @endphp">Terms of Use</a></li><li><a href="@php echo route(\'shop.cms.page\', \'contact-us\') @endphp">Contact Us</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="list-container">
|
|
<span class="list-heading">Connect With Us</span>
|
|
<ul class="list-group">
|
|
<li><a href="#"><span class="icon icon-facebook"></span>Facebook </a></li>
|
|
<li><a href="#"><span class="icon icon-twitter"></span> Twitter </a></li>
|
|
<li><a href="#"><span class="icon icon-instagram"></span> Instagram </a></li>
|
|
<li><a href="#"> <span class="icon icon-google-plus"></span>Google+ </a></li>
|
|
<li><a href="#"> <span class="icon icon-linkedin"></span>LinkedIn </a></li>
|
|
</ul>
|
|
</div>
|
|
',
|
|
'home_seo' => '{"meta_title": "Trendyol store", "meta_keywords": "Trendyol store meta keyword", "meta_description": "Trendyol store meta description"}',
|
|
],
|
|
[
|
|
'id' => 2,
|
|
'channel_id' => 2,
|
|
'locale' => 'tr',
|
|
'name' => 'LCW',
|
|
'home_page_content' => '
|
|
<p>@include("shop::home.slider") @include("shop::home.featured-products") @include("shop::home.new-products")</p>
|
|
<div class="banner-container">
|
|
<div class="left-banner">
|
|
<img src='.asset("/themes/default/assets/images/1.webp").' data-src='.asset("/themes/default/assets/images/1.webp").' class="lazyload" alt="test" width="720" height="720" />
|
|
</div>
|
|
<div class="right-banner">
|
|
<img src='. asset("/themes/default/assets/images/2.webp").' data-src='. asset("/themes/default/assets/images/2.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
<img src='.asset("/themes/default/assets/images/3.webp").' data-src='.asset("/themes/default/assets/images/3.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
</div>
|
|
</div>
|
|
',
|
|
'footer_content' => '
|
|
<div class="list-container">
|
|
<span class="list-heading">Quick Links</span>
|
|
<ul class="list-group">
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'about-us\') @endphp">About Us</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'return-policy\') @endphp">Return Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'refund-policy\') @endphp">Refund Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-conditions\') @endphp">Terms and conditions</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-of-use\') @endphp">Terms of Use</a></li><li><a href="@php echo route(\'shop.cms.page\', \'contact-us\') @endphp">Contact Us</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="list-container">
|
|
<span class="list-heading">Connect With Us</span>
|
|
<ul class="list-group">
|
|
<li><a href="#"><span class="icon icon-facebook"></span>Facebook </a></li>
|
|
<li><a href="#"><span class="icon icon-twitter"></span> Twitter </a></li>
|
|
<li><a href="#"><span class="icon icon-instagram"></span> Instagram </a></li>
|
|
<li><a href="#"> <span class="icon icon-google-plus"></span>Google+ </a></li>
|
|
<li><a href="#"> <span class="icon icon-linkedin"></span>LinkedIn </a></li>
|
|
</ul>
|
|
</div>
|
|
',
|
|
'home_seo' => '{"meta_title": "LCW store", "meta_keywords": "Demo store meta keyword", "meta_description": "Demo store meta description"}',
|
|
],
|
|
[
|
|
'id' => 3,
|
|
'channel_id' => 3,
|
|
'locale' => 'tr',
|
|
'name' => 'Outlet',
|
|
'home_page_content' => '
|
|
<p>@include("shop::home.slider") @include("shop::home.featured-products") @include("shop::home.new-products")</p>
|
|
<div class="banner-container">
|
|
<div class="left-banner">
|
|
<img src='.asset("/themes/default/assets/images/1.webp").' data-src='.asset("/themes/default/assets/images/1.webp").' class="lazyload" alt="test" width="720" height="720" />
|
|
</div>
|
|
<div class="right-banner">
|
|
<img src='. asset("/themes/default/assets/images/2.webp").' data-src='. asset("/themes/default/assets/images/2.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
<img src='.asset("/themes/default/assets/images/3.webp").' data-src='.asset("/themes/default/assets/images/3.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
</div>
|
|
</div>
|
|
',
|
|
'footer_content' => '
|
|
<div class="list-container">
|
|
<span class="list-heading">Quick Links</span>
|
|
<ul class="list-group">
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'about-us\') @endphp">About Us</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'return-policy\') @endphp">Return Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'refund-policy\') @endphp">Refund Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-conditions\') @endphp">Terms and conditions</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-of-use\') @endphp">Terms of Use</a></li><li><a href="@php echo route(\'shop.cms.page\', \'contact-us\') @endphp">Contact Us</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="list-container">
|
|
<span class="list-heading">Connect With Us</span>
|
|
<ul class="list-group">
|
|
<li><a href="#"><span class="icon icon-facebook"></span>Facebook </a></li>
|
|
<li><a href="#"><span class="icon icon-twitter"></span> Twitter </a></li>
|
|
<li><a href="#"><span class="icon icon-instagram"></span> Instagram </a></li>
|
|
<li><a href="#"> <span class="icon icon-google-plus"></span>Google+ </a></li>
|
|
<li><a href="#"> <span class="icon icon-linkedin"></span>LinkedIn </a></li>
|
|
</ul>
|
|
</div>
|
|
',
|
|
'home_seo' => '{"meta_title": "Outlet store", "meta_keywords": "Outlet store meta keyword", "meta_description": "Outlet store meta description"}',
|
|
],
|
|
[
|
|
'id' => 4,
|
|
'channel_id' => 1,
|
|
'locale' => 'tm',
|
|
'name' => 'Trendyol',
|
|
'home_page_content' => '
|
|
<p>@include("shop::home.slider") @include("shop::home.featured-products") @include("shop::home.new-products")</p>
|
|
<div class="banner-container">
|
|
<div class="left-banner">
|
|
<img src='.asset("/themes/default/assets/images/1.webp").' data-src='.asset("/themes/default/assets/images/1.webp").' class="lazyload" alt="test" width="720" height="720" />
|
|
</div>
|
|
<div class="right-banner">
|
|
<img src='. asset("/themes/default/assets/images/2.webp").' data-src='. asset("/themes/default/assets/images/2.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
<img src='.asset("/themes/default/assets/images/3.webp").' data-src='.asset("/themes/default/assets/images/3.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
</div>
|
|
</div>
|
|
',
|
|
'footer_content' => '
|
|
<div class="list-container">
|
|
<span class="list-heading">Quick Links</span>
|
|
<ul class="list-group">
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'about-us\') @endphp">About Us</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'return-policy\') @endphp">Return Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'refund-policy\') @endphp">Refund Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-conditions\') @endphp">Terms and conditions</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-of-use\') @endphp">Terms of Use</a></li><li><a href="@php echo route(\'shop.cms.page\', \'contact-us\') @endphp">Contact Us</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="list-container">
|
|
<span class="list-heading">Connect With Us</span>
|
|
<ul class="list-group">
|
|
<li><a href="#"><span class="icon icon-facebook"></span>Facebook </a></li>
|
|
<li><a href="#"><span class="icon icon-twitter"></span> Twitter </a></li>
|
|
<li><a href="#"><span class="icon icon-instagram"></span> Instagram </a></li>
|
|
<li><a href="#"> <span class="icon icon-google-plus"></span>Google+ </a></li>
|
|
<li><a href="#"> <span class="icon icon-linkedin"></span>LinkedIn </a></li>
|
|
</ul>
|
|
</div>
|
|
',
|
|
'home_seo' => '{"meta_title": "Trendyol store", "meta_keywords": "Trendyol store meta keyword", "meta_description": "Trendyol store meta description"}',
|
|
],
|
|
[
|
|
'id' => 5,
|
|
'channel_id' => 2,
|
|
'locale' => 'tm',
|
|
'name' => 'LCW',
|
|
'home_page_content' => '
|
|
<p>@include("shop::home.slider") @include("shop::home.featured-products") @include("shop::home.new-products")</p>
|
|
<div class="banner-container">
|
|
<div class="left-banner">
|
|
<img src='.asset("/themes/default/assets/images/1.webp").' data-src='.asset("/themes/default/assets/images/1.webp").' class="lazyload" alt="test" width="720" height="720" />
|
|
</div>
|
|
<div class="right-banner">
|
|
<img src='. asset("/themes/default/assets/images/2.webp").' data-src='. asset("/themes/default/assets/images/2.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
<img src='.asset("/themes/default/assets/images/3.webp").' data-src='.asset("/themes/default/assets/images/3.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
</div>
|
|
</div>
|
|
',
|
|
'footer_content' => '
|
|
<div class="list-container">
|
|
<span class="list-heading">Quick Links</span>
|
|
<ul class="list-group">
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'about-us\') @endphp">About Us</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'return-policy\') @endphp">Return Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'refund-policy\') @endphp">Refund Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-conditions\') @endphp">Terms and conditions</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-of-use\') @endphp">Terms of Use</a></li><li><a href="@php echo route(\'shop.cms.page\', \'contact-us\') @endphp">Contact Us</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="list-container">
|
|
<span class="list-heading">Connect With Us</span>
|
|
<ul class="list-group">
|
|
<li><a href="#"><span class="icon icon-facebook"></span>Facebook </a></li>
|
|
<li><a href="#"><span class="icon icon-twitter"></span> Twitter </a></li>
|
|
<li><a href="#"><span class="icon icon-instagram"></span> Instagram </a></li>
|
|
<li><a href="#"> <span class="icon icon-google-plus"></span>Google+ </a></li>
|
|
<li><a href="#"> <span class="icon icon-linkedin"></span>LinkedIn </a></li>
|
|
</ul>
|
|
</div>
|
|
',
|
|
'home_seo' => '{"meta_title": "LCW store", "meta_keywords": "Demo store meta keyword", "meta_description": "Demo store meta description"}',
|
|
],
|
|
[
|
|
'id' => 6,
|
|
'channel_id' => 3,
|
|
'locale' => 'tm',
|
|
'name' => 'Outlet',
|
|
'home_page_content' => '
|
|
<p>@include("shop::home.slider") @include("shop::home.featured-products") @include("shop::home.new-products")</p>
|
|
<div class="banner-container">
|
|
<div class="left-banner">
|
|
<img src='.asset("/themes/default/assets/images/1.webp").' data-src='.asset("/themes/default/assets/images/1.webp").' class="lazyload" alt="test" width="720" height="720" />
|
|
</div>
|
|
<div class="right-banner">
|
|
<img src='. asset("/themes/default/assets/images/2.webp").' data-src='. asset("/themes/default/assets/images/2.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
<img src='.asset("/themes/default/assets/images/3.webp").' data-src='.asset("/themes/default/assets/images/3.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
</div>
|
|
</div>
|
|
',
|
|
'footer_content' => '
|
|
<div class="list-container">
|
|
<span class="list-heading">Quick Links</span>
|
|
<ul class="list-group">
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'about-us\') @endphp">About Us</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'return-policy\') @endphp">Return Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'refund-policy\') @endphp">Refund Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-conditions\') @endphp">Terms and conditions</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-of-use\') @endphp">Terms of Use</a></li><li><a href="@php echo route(\'shop.cms.page\', \'contact-us\') @endphp">Contact Us</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="list-container">
|
|
<span class="list-heading">Connect With Us</span>
|
|
<ul class="list-group">
|
|
<li><a href="#"><span class="icon icon-facebook"></span>Facebook </a></li>
|
|
<li><a href="#"><span class="icon icon-twitter"></span> Twitter </a></li>
|
|
<li><a href="#"><span class="icon icon-instagram"></span> Instagram </a></li>
|
|
<li><a href="#"> <span class="icon icon-google-plus"></span>Google+ </a></li>
|
|
<li><a href="#"> <span class="icon icon-linkedin"></span>LinkedIn </a></li>
|
|
</ul>
|
|
</div>
|
|
',
|
|
'home_seo' => '{"meta_title": "Outlet store", "meta_keywords": "Outlet store meta keyword", "meta_description": "Outlet store meta description"}',
|
|
],
|
|
[
|
|
'id' => 7,
|
|
'channel_id' => 1,
|
|
'locale' => 'ru',
|
|
'name' => 'Trendyol',
|
|
'home_page_content' => '
|
|
<p>@include("shop::home.slider") @include("shop::home.featured-products") @include("shop::home.new-products")</p>
|
|
<div class="banner-container">
|
|
<div class="left-banner">
|
|
<img src='.asset("/themes/default/assets/images/1.webp").' data-src='.asset("/themes/default/assets/images/1.webp").' class="lazyload" alt="test" width="720" height="720" />
|
|
</div>
|
|
<div class="right-banner">
|
|
<img src='. asset("/themes/default/assets/images/2.webp").' data-src='. asset("/themes/default/assets/images/2.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
<img src='.asset("/themes/default/assets/images/3.webp").' data-src='.asset("/themes/default/assets/images/3.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
</div>
|
|
</div>
|
|
',
|
|
'footer_content' => '
|
|
<div class="list-container">
|
|
<span class="list-heading">Quick Links</span>
|
|
<ul class="list-group">
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'about-us\') @endphp">About Us</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'return-policy\') @endphp">Return Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'refund-policy\') @endphp">Refund Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-conditions\') @endphp">Terms and conditions</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-of-use\') @endphp">Terms of Use</a></li><li><a href="@php echo route(\'shop.cms.page\', \'contact-us\') @endphp">Contact Us</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="list-container">
|
|
<span class="list-heading">Connect With Us</span>
|
|
<ul class="list-group">
|
|
<li><a href="#"><span class="icon icon-facebook"></span>Facebook </a></li>
|
|
<li><a href="#"><span class="icon icon-twitter"></span> Twitter </a></li>
|
|
<li><a href="#"><span class="icon icon-instagram"></span> Instagram </a></li>
|
|
<li><a href="#"> <span class="icon icon-google-plus"></span>Google+ </a></li>
|
|
<li><a href="#"> <span class="icon icon-linkedin"></span>LinkedIn </a></li>
|
|
</ul>
|
|
</div>
|
|
',
|
|
'home_seo' => '{"meta_title": "Trendyol store", "meta_keywords": "Trendyol store meta keyword", "meta_description": "Trendyol store meta description"}',
|
|
],
|
|
[
|
|
'id' => 8,
|
|
'channel_id' => 2,
|
|
'locale' => 'ru',
|
|
'name' => 'LCW',
|
|
'home_page_content' => '
|
|
<p>@include("shop::home.slider") @include("shop::home.featured-products") @include("shop::home.new-products")</p>
|
|
<div class="banner-container">
|
|
<div class="left-banner">
|
|
<img src='.asset("/themes/default/assets/images/1.webp").' data-src='.asset("/themes/default/assets/images/1.webp").' class="lazyload" alt="test" width="720" height="720" />
|
|
</div>
|
|
<div class="right-banner">
|
|
<img src='. asset("/themes/default/assets/images/2.webp").' data-src='. asset("/themes/default/assets/images/2.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
<img src='.asset("/themes/default/assets/images/3.webp").' data-src='.asset("/themes/default/assets/images/3.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
</div>
|
|
</div>
|
|
',
|
|
'footer_content' => '
|
|
<div class="list-container">
|
|
<span class="list-heading">Quick Links</span>
|
|
<ul class="list-group">
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'about-us\') @endphp">About Us</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'return-policy\') @endphp">Return Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'refund-policy\') @endphp">Refund Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-conditions\') @endphp">Terms and conditions</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-of-use\') @endphp">Terms of Use</a></li><li><a href="@php echo route(\'shop.cms.page\', \'contact-us\') @endphp">Contact Us</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="list-container">
|
|
<span class="list-heading">Connect With Us</span>
|
|
<ul class="list-group">
|
|
<li><a href="#"><span class="icon icon-facebook"></span>Facebook </a></li>
|
|
<li><a href="#"><span class="icon icon-twitter"></span> Twitter </a></li>
|
|
<li><a href="#"><span class="icon icon-instagram"></span> Instagram </a></li>
|
|
<li><a href="#"> <span class="icon icon-google-plus"></span>Google+ </a></li>
|
|
<li><a href="#"> <span class="icon icon-linkedin"></span>LinkedIn </a></li>
|
|
</ul>
|
|
</div>
|
|
',
|
|
'home_seo' => '{"meta_title": "LCW store", "meta_keywords": "Demo store meta keyword", "meta_description": "Demo store meta description"}',
|
|
],
|
|
[
|
|
'id' => 9,
|
|
'channel_id' => 3,
|
|
'locale' => 'ru',
|
|
'name' => 'Outlet',
|
|
'home_page_content' => '
|
|
<p>@include("shop::home.slider") @include("shop::home.featured-products") @include("shop::home.new-products")</p>
|
|
<div class="banner-container">
|
|
<div class="left-banner">
|
|
<img src='.asset("/themes/default/assets/images/1.webp").' data-src='.asset("/themes/default/assets/images/1.webp").' class="lazyload" alt="test" width="720" height="720" />
|
|
</div>
|
|
<div class="right-banner">
|
|
<img src='. asset("/themes/default/assets/images/2.webp").' data-src='. asset("/themes/default/assets/images/2.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
<img src='.asset("/themes/default/assets/images/3.webp").' data-src='.asset("/themes/default/assets/images/3.webp").' class="lazyload" alt="test" width="460" height="330" />
|
|
</div>
|
|
</div>
|
|
',
|
|
'footer_content' => '
|
|
<div class="list-container">
|
|
<span class="list-heading">Quick Links</span>
|
|
<ul class="list-group">
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'about-us\') @endphp">About Us</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'return-policy\') @endphp">Return Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'refund-policy\') @endphp">Refund Policy</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-conditions\') @endphp">Terms and conditions</a></li>
|
|
<li><a href="@php echo route(\'shop.cms.page\', \'terms-of-use\') @endphp">Terms of Use</a></li><li><a href="@php echo route(\'shop.cms.page\', \'contact-us\') @endphp">Contact Us</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="list-container">
|
|
<span class="list-heading">Connect With Us</span>
|
|
<ul class="list-group">
|
|
<li><a href="#"><span class="icon icon-facebook"></span>Facebook </a></li>
|
|
<li><a href="#"><span class="icon icon-twitter"></span> Twitter </a></li>
|
|
<li><a href="#"><span class="icon icon-instagram"></span> Instagram </a></li>
|
|
<li><a href="#"> <span class="icon icon-google-plus"></span>Google+ </a></li>
|
|
<li><a href="#"> <span class="icon icon-linkedin"></span>LinkedIn </a></li>
|
|
</ul>
|
|
</div>
|
|
',
|
|
'home_seo' => '{"meta_title": "Outlet store", "meta_keywords": "Outlet store meta keyword", "meta_description": "Outlet store meta description"}',
|
|
]
|
|
]);
|
|
DB::table('channel_currencies')->delete();
|
|
DB::table('channel_currencies')->insert([
|
|
[
|
|
'channel_id' => 1,
|
|
'currency_id' => 1,
|
|
],
|
|
[
|
|
'channel_id' => 1,
|
|
'currency_id' => 2,
|
|
],
|
|
[
|
|
'channel_id' => 3,
|
|
'currency_id' => 1,
|
|
],
|
|
[
|
|
'channel_id' => 3,
|
|
'currency_id' => 2,
|
|
],
|
|
[
|
|
'channel_id' => 2,
|
|
'currency_id' => 1,
|
|
],[
|
|
'channel_id' => 2,
|
|
'currency_id' => 2,
|
|
]]);
|
|
DB::table('channel_locales')->delete();
|
|
DB::table('channel_locales')->insert([
|
|
[
|
|
'channel_id' => 1,
|
|
'locale_id' => 1,
|
|
],
|
|
[
|
|
'channel_id' => 2,
|
|
'locale_id' => 1,
|
|
],[
|
|
'channel_id' => 3,
|
|
'locale_id' => 1,
|
|
]]);
|
|
DB::table('channel_inventory_sources')->delete();
|
|
DB::table('channel_inventory_sources')->insert([
|
|
[
|
|
'channel_id' => 1,
|
|
'inventory_source_id' => 1,
|
|
],
|
|
[
|
|
'channel_id' => 3,
|
|
'inventory_source_id' => 1,
|
|
],
|
|
[
|
|
'channel_id' => 2,
|
|
'inventory_source_id' => 1,
|
|
]
|
|
]);
|
|
}
|
|
} |