|
Order Date
{{ date('d/m/Y', strtotime($orderCOD3['created_on'])) }}
|
Order No
{{ $orderCOD3['invoice_id'] }}
|
@if ($orderCOD3['payment_type'] == 'cod')
Payment
{{ $orderCOD3['payment_type'] }}
|
@elseif ($orderCOD3['payment_type'] == 'upi')
Payment
{{ $orderCOD3['payment_type'] }}
|
@else
Payment
|
@endif
@if (!empty($orderCOD3['first_name']))
Shipping Address
{{ $orderCOD3['address'] }}, {{ $orderCOD3['city'] }}, {{ $orderCOD3['state'] }} - {{ $orderCOD3['zipcode'] }}
|
@else
Shipping Address
{{ $orderCOD4['address'] }}, {{ $orderCOD4['city'] }}, {{ $orderCOD4['state'] }} - {{ $orderCOD4['zipcode'] }}
|
@endif
|
|
{{ $order->product_name }}
Quantity:{{ $order->product_quantity }}
|
@if (!empty($order->product_new_color))
Color:{{ $order->product_new_color }} |
₹ {{ $order->product_price }}
|
₹ {{ $order->product_price * $order->product_quantity }}
|
@else
₹ {{ $order->product_price }}
|
₹ {{ $order->product_price * $order->product_quantity }}
|
@endif
| Store Code | Store Location |
|---|---|
|
{{ $str_cod->sR_unique_id }}
|
{{ $str_cod->sR_state }}
|
|
Subtotal
|
₹ {{ $orderCOD3['final_amount'] }}
|
| Shipping Fee | ₹ {{ $shipping }} |
| Discount Price | - ₹ {{ $discount }} |
| Extra Discount | - ₹ {{ $extraDiscount }} |
| Grand Total | ₹ {{ $grandTotal }} |
We will be sending shipping confirmation email when the item shipped successfully!
Thanks for shopping with us!
Uthhan Team