Order details
#{{$data['order_id']}}
{{$data['business_name']}}
{{$data['item_title']}}
Price {{$data['item_price']}}
Qty {{$data['item_quantity']}}
Shipping {{$data['shipping_price'] ? $data['item_currency'] . $data['shipping_price'] : 'Free'}}
Total {{$data['item_currency']}}{{$data['total_price']}}
Packaging {{$data['packaging_label']}}
Delivery
method {{ $data['shipping_and_delivery_label'] }}
Buyer
{{ $data['firstname'] }} {{ $data['lastname'] }}
{{ $data['buyer_email'] }}
{{ $data['buyer_phone'] }}
@if ($data['shipping_and_delivery'] === 'shipping_api')
Click
this link to print the shipping label
See UPS for the nearest drop-off point here
https://www.ups.com/dropoff/?loc=en_GB
Or schedule a pick-up here
https://wwwapps.ups.com/pickup/schedule?loc=en_GB#/
@endif
|