Xin chào {{$name}}

Chúc mừng bạn đã đặt hàng thành công!

Mã đơn hàng: {{$order->id}}

Bạn đã chọn phương thức thanh toán chuyển khoản, và dưới đây là hướng dẫn thanh toán đơn hàng

Thông tin chuyển khoản

Số tài khoản: {{$payment->bank_account_number}}

Chủ tài khoản: {{$payment->bank_account_owner}}

Ngân hàng: {{$payment->bank_name}}

Chi nhánh: {{$payment->bank_branch}}

Số tiền: {{get_currency_format($order->total_money)}}

* Lưu ý: khách hàng tự chịu phí chuyển khoản

Hướng dẫn

Bước 1:

Chuyển khoản với nội dung: Số điện thoại + mã đơn hàng

Ví dụ: {{$phone_number}} + {{$order->id}}

Bước 2:

Scan hoặc chụp hình rõ nét biên lai

Bước 3:

Nhấp vào đây để điền thông tin giao dịch

Bước 4:

Nhấn "Xong" để hoàn tất quá trình thanh toán

Thông tin Thanh toán @if (!$order->ship_to_different_address) & Giao hàng @endif

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()}}
@if ($order->ship_to_different_address)

Thông tin giao hàng

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

Hóa đơn:

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

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