Xin chào {{$name}}

Chúng tôi vừa nhận được đơn hàng của bạn. Bạn vui lòng kiểm tra lại đơn hàng và xác minh để chúng tôi có thể sớm chuyển hàng đến bạn!

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

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()}}
@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()}}



Xác thực