@extends('backEnd.layouts.master')
@section('title', 'Shipping')
@push('styles')
@endpush
@section('content')
এখানে set করা shipping rate **Website Checkout**, **Create Order**, এবং **Product Page shipping table** — সব জায়গায় একইভাবে apply হবে।
Product-এ Free Shipping ON থাকলে cart/order-এ shipping ৳0 হবে।
Select Action
Publish
Draft
Apply
@include('backEnd.shipping.partials.table', compact('rates'))
Choose how shipping is calculated for your store. This setting is isolated per tenant—other tenants are not affected.
Rates below apply only when Simple Shipping mode is selected.
When District-wise mode is selected, the "Shipping" list above is used. Add rows with applicable districts; the charge for the customer's selected district will be applied automatically at checkout.
Save Settings
Shipping Message
{{ $setting->shipping_message ?? '' }}
This message will be displayed on the checkout page
Save Settings
@endsection
@push('scripts')
@endpush