Xin chào {{$order->name}}

Chúc mừng bạn đã đặt hàng thành công! Vui lòng chờ đợi trong khi đơn hàng của bạn đang được xử lý

Thông tin đơn hàng:

Mã đơn hàng {{$order->id}}
Tạm tính {{get_currency_format($order->sub_total)}}
Thuế {{get_currency_format($order->tax)}}
Tổng tiền {{get_currency_format($order->total_money)}}
@if ($order->ship_to_different_address)

Thông tin đặt hàng

Tên khách hàng {{$order->billing->name}}
Số diện thoại {{$order->billing->phone_number}}
Email {{$order->billing->email}}
Địa chỉ giao hàng {{$order->billing->getFullAddressText()}}


Thông tin giao hàng và thanh toán

Tên Người nhận {{$order->shipping->name}}
Số diện thoại {{$order->shipping->phone_number}}
Email {{$order->shipping->email}}
Địa chỉ giao hàng {{$order->shipping->getFullAddressText()}}
@else

Thông tin giao hàng và thanh toán

Tên Người nhận {{$order->shipping->name}}
Số diện thoại {{$order->shipping->phone_number}}
Email {{$order->shipping->email}}
Địa chỉ giao hàng {{$order->shipping->getFullAddressText()}}
@endif

Chi tiết

@foreach ($order->details as $item) @endforeach
Ảnh Sản phẩm Thuộc tính Số lượng Thành tiền
{{$item->product_name}} {{$item->product_name}} @if ($item->attributes && count($item->attributes)) @foreach ($item->attributes as $attr)
{{$attr->label??$attr->name}}: {{$attr->text}}
@endforeach @endif
{{$item->quantity}} {{$item->getTotalFormat()}}