Order details
Order #{{$data['order_id']}}
{{ $data['business_name'] }}
Item {{$data['item_title']}}
Price {{$data['item_price']}}
Qty {{$data['item_quantity']}}
@if (!in_array($data['shipping_and_delivery'], ['seller_own_delivery', 'seller_pays_delivery']))
Shipping {{$data['shipping_price'] ? $data['item_currency'] . $data['shipping_price'] : 'Free'}}
@endif
Total {{$data['item_currency']}}{{$data['total_price']}}
Packaging {{$data['packaging_label']}}
Delivery
method {{$data['shipping_and_delivery_label']}}
@if ($data['shipping_and_delivery'] === 'shipping_api')
Tracking number {{ $data['tracking_code'] }}
You will receive notifications from UPS but the most accurate way to follow your order is via the tracking number above.
@endif
@if ($data['shipping_and_delivery'] === 'click_and_collect'
|| $data['shipping_and_delivery'] === 'delivery_by_bicycle')
Don’t forget
Please bring your order number along with
either your payment card,
passport or photocard driving
licence. Your order can't be released without
them.
The seller might be happy for someone else to collect your
order, but to safeguard you from fraud, the person you've
nominated must present your order number and their own photo
ID.
@endif
Many thanks,
Team Salvo
|