{{-- This is the user Placing Order Confirmation email file using Mailtrap --}} {{-- All the variables (like $name, $mobile, $email, ...) used here are passed in from the checkout() method in Front/ProductsController.php --}} {{-- PDF Invoice download link --}}
 
 
Hello {{ $name }}
 
Thank you for shopping with us. Your order details are as below:-
 
Order no. {{ $order_id }}
 
@foreach ($orderDetails['orders_products'] as $order) @endforeach
Product Name Product Code Product Size Product Color Product Quantity Product Price
{{ $order['product_name'] }} {{ $order['product_code'] }} {{ $order['product_size'] }} {{ $order['product_color'] }} {{ $order['product_qty'] }} {{ $order['product_price'] }}
Shipping Charges INR {{ $orderDetails['shipping_charges'] }}
Coupon Discount INR @if ($orderDetails['coupon_amount'] > 0) {{ $orderDetails['coupon_amount'] }} @else 0 @endif
Grand Total INR {{ $orderDetails['grand_total'] }}
 
Delivery Address:
{{ $orderDetails['name'] }}
{{ $orderDetails['address'] }}
{{ $orderDetails['city'] }}
{{ $orderDetails['state'] }}
{{ $orderDetails['country'] }}
{{ $orderDetails['pincode'] }}
{{ $orderDetails['mobile'] }}
 
Click here to Download Order Invoice
(Copy & Paste link to open if it doesn't work!)
 
For any queries, you can contact us at info@MultiVendorEcommerceApplication.com.eg
 
Regards,
Team Multi-vendor E-commerce Application