We're processing your order now, here are the details
{{$customer->email}}
{{(!empty($order->import_id) ? $order->import_id : $order->id)}}
{{$order_time}}
{{$shipping_address->address}}
{{$shipping_address->address_2}}
{{ collect([@$shipping_address->city, @$shipping_address->state, @$shipping_address->zip])->filter()->join(', ') }}
{{$shipping_address->country}}
{{$order_time}}@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
@if( $cartSession ) ${{ \App\Modules\Product\Models\CartSession::getField($cartSession, 'grand_total') }} @elseif( $order ) ${{ $order->grand_total }} @endif
Paid with {{$cardType}} card **********{{$card_last_digits}}
@endif