@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'] }}.

 

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

 

 

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

@stop