Hi, {{ $event->member->name }} Thank you for your order.
We have received your order has been fully delivered with details as below.
If you have made a Pre-payment, your payment is confirmed.
You can check the status of your order by Login to My Account.
ORDER UPDATE
ORDER DATE. {{ $event->order['order_date'] }}
ORDER NUMBER. {{ $event->order['order_id'] }}
@if($event->order['payment_status'] == 1)
ORDER PAYMENT. Confirmed Payment
ORDER PAYMENT AMOUNT. ฿{{ $event->order['payment_amount'] }}
ORDER PAYMENT DATE. {{ $event->order['payment_date'] }}
@elseif($event->order['payment_status'] == 0)
ORDER PAYMENT. Not Confirm
@endif
Yamazaki ID
{{ $event->member->yamazaki_id }}
Pick Up Branch
{{ $event->order['pickup_branch'] }}
|
Contact Info
{{ $event->member->mobile }}
Pick Up Date
{{ $event->order['pickup_date'] }}
|
Product |
Quantity |
Item Price |
Total |
@foreach($event->order['order_list_data'] as $k => $v)
{{ $v['name']; }} Size : {{ $v['size']; }}
|
{{ $v['quantity']; }} |
฿{{ $v['price']; }} |
฿{{ $v['grand_total']; }} |
@endforeach
|
|
|
|
|
Subtotal |
฿{{ $event->order['order_sub_total']; }} |
|
Grand Total |
฿{{ $event->order['order_grand_total']; }} |
Thank you for shopping with us.
|
Customer Service Contact Centre 02-6420405 Working hour: Everyday 09.00 AM. - 18.00 PM. |
|