@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')
{{-- @include('business.partials.settings_shopify') --}}
@include('business.partials.settings_shopify_udb')
@include('business.partials.settings_woo_commerce')
{{-- @include('business.partials.settings_magento') --}}
| @lang('messages.action') | @lang('sale.product') | @lang('business.business_location') @show_tooltip(__('lang_v1.product_business_location_tooltip')) | @can('access_default_selling_price')@lang('lang_v1.selling_price') | @endcan@lang('report.total_stock') | @lang('product.category') | @lang('product.brand') | @lang('product.sku') | ||
|---|---|---|---|---|---|---|---|---|---|
|
@can('product.delete')
{!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'massDestroy']), 'method' => 'post', 'id' => 'mass_delete_form_bigcommerce' ]); !!}
{!! Form::hidden('selected_rows', null, ['id' => 'selected_rows_bigcommerce']); !!}
{!! Form::submit(__('lang_v1.delete_selected'), array('class' => 'btn btn-xs btn-danger', 'id' => 'delete-selected-bigcommerce')); !!}
{!! Form::close(); !!} @show_tooltip(__('lang_v1.deactive_product_tooltip'))
@endcan
@can('product.update')
@if(config('constants.enable_product_bulk_edit'))
{!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'bulkEdit']), 'method' => 'post', 'id' => 'bulk_edit_form' ]) !!}
{!! Form::hidden('selected_products', null, ['id' => 'selected_products_for_edit']); !!}
{!! Form::close() !!}
@endif
@endcan
{!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'massDeactivate']), 'method' => 'post', 'id' => 'mass_deactivate_form' ]); !!}
{!! Form::hidden('selected_products', null, ['id' => 'selected_products']); !!}
{!! Form::submit(__('lang_v1.deactivate_selected'), array('class' => 'btn btn-xs btn-warning', 'id' => 'deactivate-selected')); !!}
{!! Form::close(); !!} @show_tooltip(__('lang_v1.deactive_product_tooltip'))
|
|||||||||
| @lang('messages.action') | @lang('sale.product') | @lang('business.business_location') @show_tooltip(__('lang_v1.product_business_location_tooltip')) | @can('access_default_selling_price')@lang('lang_v1.selling_price') | @endcan@lang('report.total_stock') | @lang('product.category') | @lang('product.brand') | @lang('product.sku') | ||
|---|---|---|---|---|---|---|---|---|---|
|
@can('product.delete')
{!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'massDestroy']), 'method' => 'post', 'id' => 'mass_delete_form_shopify' ]) !!}
{!! Form::hidden('selected_rows', null, ['id' => 'selected_rows_shopify']); !!}
{!! Form::submit(__('lang_v1.delete_selected'), array('class' => 'btn btn-xs btn-danger', 'id' => 'delete-selected-shopify')) !!}
@endcan
@can('product.update')
@if(config('constants.enable_product_bulk_edit'))
{!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'bulkEdit']), 'method' => 'post', 'id' => 'bulk_edit_form' ]) !!}
{!! Form::hidden('selected_products', null, ['id' => 'selected_products_for_edit']); !!}
{!! Form::close() !!}
@endif
@endcan
{!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'massDeactivate']), 'method' => 'post', 'id' => 'mass_deactivate_form' ]) !!}
{!! Form::hidden('selected_products', null, ['id' => 'selected_products']); !!}
{!! Form::submit(__('lang_v1.deactivate_selected'), array('class' => 'btn btn-xs btn-warning', 'id' => 'deactivate-selected')) !!}
{!! Form::close() !!} @show_tooltip(__('lang_v1.deactive_product_tooltip'))
|
|||||||||
| @lang('messages.action') | @lang('sale.product') | @lang('business.business_location') @show_tooltip(__('lang_v1.product_business_location_tooltip')) | @can('access_default_selling_price')@lang('lang_v1.selling_price') | @endcan@lang('report.total_stock') | @lang('product.category') | @lang('product.brand') | @lang('product.sku') | ||
|---|---|---|---|---|---|---|---|---|---|
|
@can('product.delete')
{!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'massDestroy']), 'method' => 'post', 'id' => 'mass_delete_form_shopify' ]) !!}
{!! Form::hidden('selected_rows', null, ['id' => 'selected_rows_shopify']); !!}
{!! Form::submit(__('lang_v1.delete_selected'), array('class' => 'btn btn-xs btn-danger', 'id' => 'delete-selected-shopify')) !!}
@endcan
@can('product.update')
@if(config('constants.enable_product_bulk_edit'))
{!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'bulkEdit']), 'method' => 'post', 'id' => 'bulk_edit_form' ]) !!}
{!! Form::hidden('selected_products', null, ['id' => 'selected_products_for_edit']); !!}
{!! Form::close() !!}
@endif
@endcan
{!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'massDeactivate']), 'method' => 'post', 'id' => 'mass_deactivate_form' ]) !!}
{!! Form::hidden('selected_products', null, ['id' => 'selected_products']); !!}
{!! Form::submit(__('lang_v1.deactivate_selected'), array('class' => 'btn btn-xs btn-warning', 'id' => 'deactivate-selected')) !!}
{!! Form::close() !!} @show_tooltip(__('lang_v1.deactive_product_tooltip'))
|
|||||||||
| @lang('messages.action') | @lang('sale.product') | @lang('business.business_location') @show_tooltip(__('lang_v1.product_business_location_tooltip')) | @can('access_default_selling_price')@lang('lang_v1.selling_price') | @endcan@lang('report.total_stock') | @lang('product.category') | @lang('product.brand') | @lang('product.sku') | ||
|---|---|---|---|---|---|---|---|---|---|
|
@can('product.delete')
{!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'massDestroy']), 'method' => 'post', 'id' => 'mass_delete_form_woocommerce' ]); !!}
{!! Form::hidden('selected_rows', null, ['id' => 'selected_rows_woocommerce']); !!}
{!! Form::submit(__('lang_v1.delete_selected'), array('class' => 'btn btn-xs btn-danger', 'id' => 'delete-selected-woocommerce')); !!}
{!! Form::close(); !!} @show_tooltip(__('lang_v1.deactive_product_tooltip'))
@endcan
@can('product.update')
@if(config('constants.enable_product_bulk_edit'))
{!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'bulkEdit']), 'method' => 'post', 'id' => 'bulk_edit_form' ]) !!}
{!! Form::hidden('selected_products', null, ['id' => 'selected_products_for_edit']); !!}
{!! Form::close() !!}
@endif
@endcan
{!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'massDeactivate']), 'method' => 'post', 'id' => 'mass_deactivate_form' ]) !!}
{!! Form::hidden('selected_products', null, ['id' => 'selected_products']); !!}
{!! Form::submit(__('lang_v1.deactivate_selected'), array('class' => 'btn btn-xs btn-warning', 'id' => 'deactivate-selected')) !!}
{!! Form::close() !!} @show_tooltip(__('lang_v1.deactive_product_tooltip'))
|
|||||||||