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

@lang('lang_v1.omni_channel_services')


{{-- @include('layouts.partials.search_settings') --}}
{!! Form::open(['url' => action([\App\Http\Controllers\OmniChannelServicesController::class, 'postOmniSettings']), 'method' => 'post', 'id' => 'omni_edit_form', 'files' => true ]) !!}
{{-- @if ($e_commerce_default['big_commerce_enable'] == 1 || ($e_commerce_default['shopify_enable'] == 0 && $e_commerce_default['woo_commerce_enable'] == 0 && $e_commerce_default['magento_enable'] == 0) ) @lang('lang_v1.big_commerce') @else @lang('lang_v1.big_commerce') @endif --}} @lang('lang_v1.shopify') {{-- @lang('lang_v1.woo_commerce') @lang('lang_v1.magento') --}}
{{-- @include('business.partials.settings_big_commerce')
 Update vhpos when an order created on BigCommerce
 Update BigCommerce when a product sold on vhpos
 Create a product on vhpos when a product is created on BigCommerce
 Update vhpos when a product is updated on BigCommerce
 Update BigCommerce when a product is update on vhpos
--}} @include('business.partials.settings_shopify')
one == 1) checked @endif @endif @endif> Update vhpos when an order created on Shopify
two == 1) checked @endif @endif @endif > Update Shopify when a product sold on vhpos
three == 1) checked @endif @endif @endif> Create a product on vhpos when a product is created on Shopify
four == 1) checked @endif @endif @endif> Update vhpos when a product is updated on Shopify
five == 1) checked @endif @endif @endif> Update Shopify when a product is update on vhpos
{{-- @include('business.partials.settings_shopify_udb') --}} {{-- @include('business.partials.settings_woo_commerce')
 Update vhpos when an order created on WooCommerce
 Update WooCommerce when a product sold on vhpos
 Create a product on vhpos when a product is created on WooCommerce
 Update vhpos when a product is updated on WooCommerce
 Update WooCommerce when a product is update on vhpos
--}} {{-- @include('business.partials.settings_magento') --}}
{{-- --}}
{{--
@can('access_default_selling_price') @endcan
--}}
@php //if(isMobile()) { //PALIGU $closed = true; //} @endphp
@can('product.create') @lang('product.add_product')

@endcan @can('access_default_selling_price') @endcan
{{--
@can('access_default_selling_price') @endcan
--}}
{!! Form::close() !!}
@stop @section('javascript') @endsection