Thank you for your order!

We're processing your order now, here are the details

Confirmation will be sent to

{{$customer->email}}

@if( !$cartSession and $order )

Order number

{{(!empty($order->import_id) ? $order->import_id : $order->id)}}

@endif

Order date

{{$order_time}}

Delivery details

{{$shipping_address->address}}

{{$shipping_address->address_2}}

{{ collect([@$shipping_address->city, @$shipping_address->state, @$shipping_address->zip])->filter()->join(', ') }}

{{$shipping_address->country}}

{{$order_time}}

Summary

Subtotal before delivery

@if( $cartSession ) ${{ \App\Modules\Product\Models\CartSession::getField($cartSession, 'cart_total') }} @elseif( $order ) ${{ $order->total }} @endif

Delivery charge

@if( $cartSession ) ${{ \App\Modules\Product\Models\CartSession::getField($cartSession, 'total_shipping') }} @elseif( $order ) ${{ $order->total_shipping }} @endif

Order Total

@if( $cartSession ) ${{ \App\Modules\Product\Models\CartSession::getField($cartSession, 'grand_total') }} @elseif( $order ) ${{ $order->grand_total }} @endif

@if(!empty($cardType))

Paid with {{$cardType}} card **********{{$card_last_digits}}

@endif