@extends('layouts.default1400-profile', ['title' => 'پیگیری سفارش']) @section('content')
@foreach($data_carts as $item) @if($item->ShowPrice==1 || ( $item->status== 2 || $item->status== 3 || $item->status== 4 || $item->status== 7 || $item->status== 15 || $item->status== 16)) @else @endif {{-- مدارک --}} @endforeach
# شماره‌ پیگیری تاریخ جمع کل مبلغ قابل پرداخت امتیاز وضعیت
{{ $item->rowIndex }} DO-{{ $item->invoice_number }} @if($item->status== 6|| $item->status== 8 || $item->status== 0 ){{ GetShamsiDate($item->updated_at) }}@else{{ $item->paid_at != '0000-00-00 00:00:00' && $item->paid_at != '' ? GetShamsiDate($item->paid_at) : GetShamsiDate($item->updated_at) }}@endif @if($item->ShowPrice==1 || ( $item->status== 2 || $item->status== 3 || $item->status== 4 || $item->status== 7 || $item->status== 15 || $item->status== 16)) {{ number_format($item->calcTotal, 0, '', ',') }} تومان @else استعلام قیمت @endif {{ number_format($item->total_amount + $item->packaging_cost + ($item->shipping_amount != -1 ? $item->shipping_amount : 0) - $item->discount_accepted - ($item->discount_amount!=0 ? 0 : $item->discount_bons) - $item->discount_admin + ($item->shipping_amount < 10 ? 0 : 0) , 0, '' , ',' ) }} تومان استعلام قیمت {{ $item->club_cart_point }} @if($item->returned == true) برگشت به فروشگاه @else @if(in_array($item->status, [6, 8, 10 ,11])) منتظر پرداخت @else {{ $item->StatusTitle }} @endif @if( $item->status==6 || $item->status==11) @if($setting->card_payment == "1") پرداخت کارت به کارت @else پرداخت آنلاین @endif کیف پول @elseif( $item->status==8 || $item->status==10) پرداخت آنلاین کیف پول @endif @endif
نمایش جزئیات این سفارش
@if(isset($item->getCartItems2InProfilePage)) @foreach($item->getCartItems2InProfilePage as $item2) @if( $item2->ShowPrice || ( $item->status== 2 || $item->status== 3 || $item->status== 4 || $item->status== 7 || $item->status== 15 || $item->status== 16)) @if($item2->is_freesample == 1) @else @endif @else @endif @endforeach @endif @if($item->posting_code!='') @endif
شرح محصول تعداد قیمت واحد قیمت کل
{{ $item2->title }} {{ $item2->options_titles }} {{ $item2->num }}هدیه ({{ $item2->freesample_percent }} %) {{ number_format($item2->amount_num + $item2->options_amount_num, 0, '', ',') }} تومان {{ number_format($item2->amount + $item2->options_amount , 0, '', ',') }} تومان {{ number_format($item2->amount_num + $item2->options_amount_num, 0, '', ',') }} تومان استعلام قیمت استعلام قیمت
تحویل گیرنده : {{ $item->flname }}
شماره همراه : {{ $item->mobile }}
شماره ثابت : {{ $item->phone }}
کدپستی : @if($item->address_gnaf_id != null && $item->UserAddressGnaf?->gnaf_id != null) {{ $item->UserAddressGnaf?->GnafData?->postal_code }} @else {{ $item->zipcode }} @endif
آدرس : @if($item->address_gnaf_id != null && $item->UserAddressGnaf?->gnaf_id != null) {{ $item->UserAddressGnaf?->GnafData?->full_address }} @else {{ $item->province . "، " . $item->city . "، " . ( $item->district != "" ? $item->district . "، " : "" ) . $item->address . "، پلاک:" . $item->address_pelak . "، واحد" . $item->address_unit }}
@endif
{{-- هزینه: {{ number_format($item->packaging_cost, 0, '', ',') }} تومان
--}} هزینه ارسال: @if($item->shipping_amount== 0) @if($item->packaging_cost == 0) رایگان @else {{ number_format($item->packaging_cost , 0, '', ',') }} تومان @endif @elseif($item->shipping_amount== -1) @if($item->packaging_cost == 0) پس‌کرایه @else {{ number_format($item->packaging_cost , 0, '', ',') }} تومان @endif @else {{ number_format($item->shipping_amount + $item->packaging_cost , 0, '', ',') }} تومان @endif
روش ارسال: {{ $item->ShippingTypeTitle }}
@if(in_array($item->shipping_type, array(1,2,4))) زمان لازم برای پردازش و بسته‌بندی {{ $item->delivery_delay == 0 ? ' کمتر از ۱' : $item->delivery_delay }} روز
@endif @if(($item->delivery_date !="" || $item->delivery_time != "") && !in_array($item->shipping_type, array(1,2,4))) زمان تحویل: {{ $item->delivery_date . ' ساعت ' . $item->delivery_time}}
@endif @if($item->posting_code!="") کد رهگیری مرسوله: {{ $item->posting_code }} {{-- @if($item->shipping_type == 3 || $item->shipping_type == 2)

@endif --}}
@else @if($item->posting_info!="") اطلاعات ارسال: {{ $item->posting_info }}
@endif @endif
اطلاعات تغییر وضعیت ها
@stop @section('scripts') @stop