@extends('shopping-email-template') @section('content')


Hello {{$data['firstname']}},
{{$data['business_name']}} is preparing your order #{{$data['order_id']}}
@if(!in_array($data['shipping_and_delivery'], ['seller_own_delivery', 'seller_pays_delivery']))
Please see their directory with contact details here @endif @if ($data['shipping_and_delivery'] === 'seller_pays_delivery') The seller will be in touch with you shortly to arrange the details of your delivery, but please feel free to contact them via their directory. @endif @if($data['shipping_and_delivery'] === 'seller_own_delivery')
The seller will be in touch with you shortly to arrange the details and payment of your bespoke delivery, but please feel free to contact them via their directory. @endif @if (in_array($data['shipping_and_delivery'], ['click_and_collect', 'delivery_by_bicycle']))  but please contact them before collection as opening hours may vary.   @endif @if(in_array($data['shipping_and_delivery'], ['seller_own_delivery', 'seller_pays_delivery']))
Please see their directory with contact details here @endif

 

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 

Salvo Ltd. Registered in England & Wales 03673217
Copyright © 1994 - {{ date('Y') }} Salvoweb. All Rights Reserved

@stop