@extends('layouts.app') @section('title', __('lang_v1.omni_channel_services')) @section('css') @endsection @section('content')

@lang('lang_v1.omni_channel_services')


{{-- @include('layouts.partials.search_settings') --}}

{!! Form::open(['url' => action([\App\Http\Controllers\OmniChannelServicesController::class, 'postMarketplaceOmni']), 'method' => 'post', 'id' => 'omni_edit_form', 'files' => true ]) !!}

@lang('lang_v1.marketplaces')

@include('business.partials.settings_amazon')
{!! Form::label('checkmarks_amazon', __('business.sync_items') . ':') !!}

first_option) > 0) checked @endif @endif @endif> first_option) == 0) checked @endif @else checked @endif @else checked @endif> - @lang('messages.marketplace_option', ['marketplace' => 'Amazon'])

first_option) > 0) style="display: block;" @else style="display: none;" @endif @endif @endif aria-expanded="true">
@php $checked11 = null; $checked12 = null; $checked13 = null; $checked14 = null; @endphp @if ($marketplace_option_amazon) @if (property_exists($marketplace_option_amazon, 'first_option')) @foreach ($marketplace_option_amazon->first_option as $item) @if ($item == 11) @php $checked11 = 'checked'; @endphp @endif @if ($item == 12) @php $checked12 = 'checked'; @endphp @endif @if ($item == 13) @php $checked13 = 'checked'; @endphp @endif @if ($item == 14) @php $checked14 = 'checked'; @endphp @endif @endforeach @endif @endif  Create a product on my other marketplaces when I create a product on Amazon
 Create a product on Amazon if I create a product on my any other marketplace
 Update Amazon products if there is a change on my any marketplace product
 Update other market place products if there is a change on Amazon product

second_option) > 0) checked @endif @endif @endif> second_option) == 0) checked @endif @else checked @endif @else checked @endif> - @lang('messages.marketplace_option2', ['marketplace' => 'Amazon'])

second_option) > 0) style="display: block;" @else style="display: none;" @endif @endif @endif aria-expanded="true">
@php $checked21 = null; $checked22 = null; $checked23 = null; $checked24 = null; @endphp @if ($marketplace_option_amazon) @if (property_exists($marketplace_option_amazon, 'second_option')) @foreach ($marketplace_option_amazon->second_option as $item) @if ($item == 21) @php $checked21 = 'checked'; @endphp @endif @if ($item == 22) @php $checked22 = 'checked'; @endphp @endif @if ($item == 23) @php $checked23 = 'checked'; @endphp @endif @if ($item == 24) @php $checked24 = 'checked'; @endphp @endif @endforeach @endif @endif  Create a product on my active ecommerce store when i create a product on Amazon
 Create a product on Amazon if I create a product on my active ecommerce store
 Update Amazon products if there is a change on active ecommerce side
 Update active ecommerce products if there is a change on Amazon side
{{--
{!! Form::label('name', __( 'product.file_to_import' ) . ':') !!} {!! Form::file('amazon_file', ['accept'=> '.xls, .xlsx, .csv', 'required' => 'required']); !!}
--}} {{--

--}}
@if ($amazon_sellers) @endif
{{-- @include('business.partials.settings_ebay') --}}

@lang('lang_v1.stores')

@can('product.create') @lang('product.add_product')

@endcan
@if ($amazon_sellers)
{!! Form::close() !!}
@stop @section('javascript') @endsection