Hi

With reference to the order ID (), We would like to let you know that your order has been canceled. We appreciate your time. Thanks for giving us a try!

@foreach ($order['orderProducts'] as $product) @endforeach @if ($order["payment_method"] === 'online') @endif @if (!empty($order["coupon"]["total_discount"])) @endif
Product Quantity Price

@if(isset($product['bundle'])) @if(isset($productsWithBundles[$loop->index]) && !empty($productsWithBundles[$loop->index]['bundle'])) @foreach($productsWithBundles[$loop->index]['bundle'] as $b)

{{$b["name"]}}

@endforeach @else

No bundles

@endif @endif

{{$product['quantity']}} Pcs

@if(isset($product['bundle'])) @if(isset($productsWithBundles[$loop->index]) && !empty($productsWithBundles[$loop->index]['bundle'])) @foreach($productsWithBundles[$loop->index]['bundle'] as $b)

{{$b["qty"]}} Pcs

@endforeach @else

0 Pcs

@endif @endif

Tk {{formatNumber($product['total'] - $product['bundle_price'])}}

@if(isset($product['bundle'])) @if(isset($productsWithBundles[$loop->index]) && !empty($productsWithBundles[$loop->index]['bundle'])) @foreach($productsWithBundles[$loop->index]['bundle'] as $b)

Tk {{formatNumber($b["price"])}}

@endforeach @else

Tk 0

@endif @endif
Shipping Charge: Tk {{formatNumber($order["shipping_charge"])}}
SSL Charge: Tk {{$order["ssl_charge"]}}
Coupon Discount: Tk {{$order["coupon"]["total_discount"]}}
Gross Total: Tk {{formatNumber($order["payable_amount"])}}

Thank You,

Team Qbits