@extends('layouts.default-new') @section('title', 'دنت آنلاین مرجع جامع تجهیزات دندانپزشکی - اطلاعات خریدار' ) @section('bodyclass', 'page home page-template-default pace-done vispage_shipping') @section('meta') @endsection @section('content')
@csrf

زمان پردازش و جزئیات مرسوله

@if($cart->UserAddress) @else @endif

وزن مرسوله {{ $weightRangeTitle }}

زمان لازم برای پردازش و بسته بندی سفارش با توجه به حجم سفارشات {{ $delayDayBySetting == 0 ? ' کمتر از ۱' : $delayDayBySetting }} روز خواهد بود.

شیوه ارسال @can('admin-dashboard')
{{ $totalWeight == -1 ? "[نامشخص]" : $totalWeight }} گرم 0 تومان @endcan

@if($count_dent != 0 && $setting->deactive_shipping_dent == 0 && $min_transport_dent_type_text != "")
حداکثر 100 کیلوگرم | فقط شهر تهران | زمان تقریبی تحویل سفارش ۱ تا ۳ ساعت پس از ارسال
@endif @if($count_express != 0 && $setting->deactive_shipping_express == 0)
حداکثر 2.000 کیلوگرم | فقط شهر تهران | زمان تقریبی تحویل سفارش ۱ تا ۳ ساعت پس از ارسال
@endif @if($count_dts != 0 && $setting->deactive_shipping_dts == 0 && $totalWeight <= 60000)
حداکثر 80 کیلوگرم | زمان تقریبی تحویل سفارش ۲۴ ساعت پس از ارسال
@endif @if($count_post != 0 && $setting->deactive_shipping_post == 0 && $totalWeight <= 30000)
حداکثر 30 کیلوگرم | زمان تقریبی تحویل سفارش بر اساس محدوده جغرافیایی ۲ تا ۴ روز پس از ارسال
@endif @if($count_tipax != 0 && $setting->deactive_shipping_tipax== 0)
حداکثر 100 کیلوگرم | زمان تقریبی تحویل سفارش بر اساس محدوده جغرافیایی ۲۴ تا ۷۲ ساعت پس از ارسال
@endif @if($count_freight != 0 && $setting->deactive_shipping_freight== 0)
بالاتر از 80 کیلوگرم | زمان تقریبی تحویل سفارش بر اساس محدوده جغرافیایی ۲۴ تا ۷۲ ساعت
@endif
{{ $setting->shipping_message }}
{!! $errors->first('delivery_details', ':message') !!}
@if($installment == null)
discount_id != 0 ? 'disabled="disabled"' : '' }} name="discount_code" id="discount_code" placeholder="کد تخفیف" class="input-text">
@if (Session::has('err_discount_code')) {{ Session::get('err_discount_code') }} @endif
@endif
@if($need_confirm==1 && $cart->discount_id!=0) @if($cart->Discount->group_shopping_id == 0)
@if($cart->confirm_status==0) سفارش شما منتظر تایید مدیر است. @elseif($cart->confirm_status==1) سفارش شما تایید شد ! @elseif($cart->confirm_status==2) سفارش شما منتظر تایید مدیر است. @elseif($cart->confirm_status==3) متاسفانه سفارش شما تایید نشد.
لطفا کالایی که با * مشخص شده را از سبد خود خارج نموده و سپس از کد تخفیف استفاده نمایید.
@endif @else @php $need_confirm = 0; @endphp @endif @endif
@stop @section('scripts') @stop