@extends('backend.layouts.app') @section('content')
{{translate('Select Shipping Method')}}
@csrf
>
>
>
>
{{translate('Note')}}
  • 1. {{ translate('Product Wise Shipping Cost calculation: Shipping cost is calculate by addition of each product shipping cost') }}.
  • 2. {{ translate('Flat Rate Shipping Cost calculation: How many products a customer purchase, doesn\'t matter. Shipping cost is fixed') }}.
  • 3. {{ translate('Seller Wise Flat Shipping Cost calculation: Fixed rate for each seller. If customers purchase 2 product from two seller shipping cost is calculated by addition of each seller flat shipping cost') }}.
  • 4. {{ translate('Area Wise Flat Shipping Cost calculation: Fixed rate for each area. If customers purchase multiple products from one seller shipping cost is calculated by the customer shipping area. To configure area wise shipping cost go to ') }} {{ translate('Shipping Cities') }}.
{{translate('Flat Rate Cost')}}
@csrf
{{translate('Note')}}
  • {{ translate('1. Flat rate shipping cost is applicable if Flat rate shipping is enabled.') }}
{{translate('Shipping Cost for Admin Products')}}
@csrf
{{translate('Note')}}
  • {{ translate('1. Shipping cost for admin is applicable if Seller wise shipping cost is enabled.') }}
@endsection