|
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 }}
|
| Sub Total |
Rs. {{ $product_price_sum}}
|
Delivery Charge |
Rs. {{ (trim($delivery_charge_value['delivery_cost']) + $shipping_charge) . $rs }}
|
@if( $value4->coupon_applied == 'UTHHAN')
Discount |
Rs. {{ round($product_price_sum*10/100) }}
|
Grand Total |
Rs. {{ round(($product_price_sum + trim($delivery_charge_value['delivery_cost']) + $shipping_charge) - (($product_price_sum)*10/100)) . $rs}}
|
@else
Discount |
Rs. 0
|
Grand Total |
Rs. {{ (($product_price_sum + trim($delivery_charge_value['delivery_cost']) + $shipping_charge) - $value4->discount) . $rs}}
|
@endif
||||||||||||||||||||||||
| Sub Total |
Rs. {{ $product_price_sum }}
|
Delivery Charge |
Rs. {{ trim($delivery_charge_value['delivery_cost']) + $shipping_charge }}{{ $rs }}
|
@if ($value4->express_product_category != null && $value4->coupon_applied != null)
Discounted Price |
Rs. {{ round($product_price_sum * 15 / 100) }}
|
RazorPay Discount |
Rs. {{ $razorDiscount }}
|
Grand Total |
Rs. {{ round(($product_price_sum + trim($delivery_charge_value['delivery_cost']) + $shipping_charge) - round($product_price_sum * 15 / 100) - $razorDiscount) }}{{ $rs }}
|
@elseif ($value4->coupon_applied != null && $value4->express_product_category1 != null)
Discounted Price |
Rs. {{ round($product_price_sum * 10 / 100) }}
|
RazorPay Discount |
Rs. {{ $razorDiscount }}
|
Grand Total |
Rs. {{ round(($product_price_sum + trim($delivery_charge_value['delivery_cost']) + $shipping_charge) - round($product_price_sum * 10 / 100) - $razorDiscount) }}{{ $rs }}
|
@elseif ($value4->express_product_category1 != null)
RazorPay Discount |
Rs. {{ $razorDiscount }}
|
Grand Total |
Rs. {{ round($product_price_sum + trim($delivery_charge_value['delivery_cost']) + $shipping_charge - $razorDiscount) }}{{ $rs }}
|
@elseif ($value4->coupon_applied != null)
Discounted Price |
Rs. {{ round($product_price_sum * 10 / 100) }}
|
RazorPay Discount |
Rs. {{ $razorDiscount }}
|
Grand Total |
Rs. {{ round(($product_price_sum + trim($delivery_charge_value['delivery_cost']) + $shipping_charge) - round($product_price_sum * 10 / 100) - $razorDiscount) }}{{ $rs }}
|
@elseif ($value4->express_product_category != null)
Discounted Price |
Rs. {{ round($product_price_sum * 5 / 100) }}
|
RazorPay Discount |
Rs. {{ $razorDiscount }}
|
Grand Total |
Rs. {{ round(($product_price_sum + trim($delivery_charge_value['delivery_cost']) + $shipping_charge) - round($product_price_sum * 5 / 100) - $razorDiscount) }}{{ $rs }}
|
@else
RazorPay Discount |
Rs. {{ $razorDiscount }}
|
Grand Total |
Rs. {{ round($product_price_sum + trim($delivery_charge_value['delivery_cost']) + $shipping_charge - $razorDiscount) }}{{ $rs }}
|
@endif
We will be sending shipping confirmation email when the item shipped successfully!
Thanks for shopping with us!
Uthhan Team