@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content')
{!! Form::open(['url' => route('ecommerce.advanced-settings'), 'class' => 'main-setting-form']) !!}
! EcommerceHelper::isTaxEnabled()])>
! EcommerceHelper::isReviewEnabled()])>
MB
@if (is_plugin_active('captcha')) @endif
{{ get_application_currency()->symbol }}
@foreach(EcommerceHelper::getMandatoryFieldsAtCheckout() as $key => $value) @endforeach @foreach(EcommerceHelper::getMandatoryFieldsAtCheckout() as $key => $value) @endforeach
    @foreach (\Botble\Base\Supports\Helper::countries() as $key => $item)
  • @endforeach
@if (is_plugin_active('location')) @endif
!EcommerceHelper::isEnabledCustomerRecentlyViewedProducts()])>
@if (EcommerceHelper::isZipCodeEnabled()) @endif {!! Form::mediaImage('company_logo_for_invoicing', get_ecommerce_setting('company_logo_for_invoicing') ?: (theme_option('logo_in_invoices') ?: theme_option('logo')), ['allow_thumb' => false]) !!}
! get_ecommerce_setting('using_custom_font_for_invoice', false)])> {!! Form::googleFonts('invoice_font_family', get_ecommerce_setting('invoice_font_family')) !!}
    @foreach ([ 'name' => trans('plugins/ecommerce::products.form.name'), 'sku' => trans('plugins/ecommerce::products.sku'), 'variation_sku' => trans('plugins/ecommerce::products.variation_sku'), 'description' => trans('plugins/ecommerce::products.form.description'), 'brand' => trans('plugins/ecommerce::products.form.brand'), 'tag' => trans('plugins/ecommerce::products.form.tags'), ] as $key => $item)
  • @endforeach
! EcommerceHelper::isOrderReturnEnabled()])>
! EcommerceHelper::isEnabledSupportDigitalProducts()])>
 
{!! Form::close() !!}
{!! $jsValidation !!} @endsection