{{ $session_name }} order Confirmed!
You order has been confirmed and will be shipped within next seven days! Subject to clearance of funds.
@if ($orderCOD3['payment_type'] == 'cod') @elseif ($orderCOD3['payment_type'] == 'upi') @else @endif @if (!empty($orderCOD3['first_name'])) @else @endif
Order Date {{ date('d/m/Y', strtotime($orderCOD3['created_on'])) }}
Order No {{ $orderCOD3['invoice_id'] }}
Payment {{ $orderCOD3['payment_type'] }}
Payment {{ $orderCOD3['payment_type'] }}
Payment RazorPay
Shipping Address {{ $orderCOD3['address'] }}, {{ $orderCOD3['city'] }}, {{ $orderCOD3['state'] }} - {{ $orderCOD3['zipcode'] }}
Shipping Address {{ $orderCOD4['address'] }}, {{ $orderCOD4['city'] }}, {{ $orderCOD4['state'] }} - {{ $orderCOD4['zipcode'] }}
@if ($orderCOD != null) @foreach ($orderCOD as $order) @if (!empty($order->product_new_color)) @else @endif @endforeach @endif
{{ $order->product_name }}
Quantity:{{ $order->product_quantity }}
Color:{{ $order->product_new_color }}
₹ {{ $order->product_price }}
₹ {{ $order->product_price * $order->product_quantity }}
₹ {{ $order->product_price }}
₹ {{ $order->product_price * $order->product_quantity }}
@if ($fetch_store_code != null)
@foreach ($fetch_store_code as $str_cod) @endforeach
Store Code Store Location
{{ $str_cod->sR_unique_id }}
{{ $str_cod->sR_state }}
@endif
@if($orderCOD3['payment_type'] == 'RazorPay') @php $subtotal = $orderCOD3['final_amount']; $shipping = $orderCOD3['additional_charge']; $discount = 0; // Coupon + Category wise discount if($orderCOD3['coupon_applied'] == 'UTHHAN' && $orderCOD3['express_product_category'] == 'Baazar') { $discount = round($subtotal * 15 / 100); } elseif($orderCOD3['coupon_applied'] == 'UTHHAN') { $discount = round($subtotal * 10 / 100); } elseif($orderCOD3['express_product_category'] == 'Baazar') { $discount = round($subtotal * 5 / 100); } elseif($orderCOD3['coupon_applied'] == 'UTHHAN' && $orderCOD3['express_product_category'] == 'Express') { $discount = round($subtotal * 10 / 100); } // Apply discount first $grandTotal = ($subtotal + $shipping) - $discount; // Extra ₹50 discount if total > 500 $extraDiscount = 0; if($grandTotal >= 500) { $extraDiscount = 50; $grandTotal -= 50; } @endphp @if($discount > 0) @endif @if($extraDiscount > 0) @endif @endif
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 @php $invoiceBase = url("/UthhanInvoice/generatePDF/{$orderCOD2}"); @endphp @if (!empty($Baazar) && session('Coupon') != null)
Download Invoice @elseif (session('Coupon') != null)
Download Invoice @elseif (!empty($Baazar))