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

Good news, {{$data['item_id']}} {{$data['item_title']}} has sold. The buyer has selected {{ $data['shipping_and_delivery_label'] }}.
@if($data['shipping_and_delivery'] === 'seller_own_delivery') Please message them as soon as possible to arrange the delivery. @elseif ($data['shipping_and_delivery'] === 'seller_pays_delivery') Please message them as soon as possible to confirm when the delivery is on route. @endif

 

Order details
#{{$data['order_id']}}
{{$data['business_name']}}
{{$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['postage_label_url']) @endif


Buyer

{{ $data['firstname'] }} {{ $data['lastname'] }}
{{ $data['buyer_email'] }}
{{ $data['buyer_phone'] }} @if(array_key_exists('address', $data))
{{ $data['address'] }}
{{ $data['city'] }}
{{ $data['country'] . ' - ' }} {{ $data['region'] }}
{{ $data['zip'] }} @endif


Please copy becky@salvo.co.uk in emails to the buyer so we can track the progress.

@if ($data['shipping_and_delivery'] === 'shipping_api')

Click this link to print the shipping label
See UPS for the nearest drop-off point here
Or schedule a pick-up here

@endif

We have provided the buyer with your contact details, {{ in_array($data['shipping_and_delivery'], ['seller_own_delivery', 'seller_pays_delivery']) ? 'so' : 'but' }} please check your directory and contact details are up-to-date here

@if ($data['shipping_and_delivery'] === 'click_and_collect' || $data['shipping_and_delivery'] === 'delivery_by_bicycle')

We have advised the buyer to contact you before collection.

Don’t forget 

Please remember to check the buyers order number along with either their payment card, passport or photocard driving licence.

We're happy for someone else to collect the order if you are, but to safeguard the buyer from fraud, the person nominated must present the 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