|
|
|
|
|
Hello {{ customer.name }}, thank you for your
order.
Please check the details below to make sure everything is correct - we
want to make sure your gift is perfect!
{% if isRegistered %}
Need to make changes to your order? You can update your card message, delivery date, and recipient, or
cancel your order on your Bunches account - simply sign in and go to your order history to find your gift.
For all other updates to your order, our friendly customer support team are here to help you.
Contact them at [email protected]
or call 01623 750 343.
{% else %}
Need to make changes to your order? Don’t worry, simply contact our friendly customer support team
at [email protected] or call 01623 750 343 and they’ll be able to help you.
{% endif %}
You will receive a tracking link from your chosen courier either the night before or morning of delivery.
Order Number: {{ id }}
Order Date: {{ order.orderDate }}
Payment Reference: {{ order.reference }}
|
|
|
|
| |
{% for product in order.products %}
|
{{ product.name }}:
|
£{{ product.price|number_format(2, '.', ',') }}
|
{% endfor %}
|
|
Gift message:
{{ order.message|raw|nl2br }}
|
|
|
Delivery:
|
{% if isFreeDelivery == true %}
FREE
{% else %}
£{{ order.delivery.cost|number_format(2, '.', ',') }}
{% endif %}
|
|
{% if order.discount > 0 %}
|
Discount:
|
£{{ order.discount|number_format(2, '.', ',') }}
|
|
{% endif %}
|
Total before VAT:
|
£{{ order.totalExVat|number_format(2, '.', ',') }}
|
|
|
VAT:
|
£{{ order.vat|number_format(2, '.', ',') }}
|
|
|
Order Total:
|
£{{ order.total|number_format(2, '.', ',') }}
|
|
{% if order.posyPoints > 0 %}
 |
Your order today is worth {{ order.posyPoints }}
Posy Points. Saving you {{ (order.posyPoints / 100)|number_format(2, '.', ',') }} off your
next order!
|
|
{% endif %}
|
|
|
Your gift is on its way to:
{% for element in order.recipient %}
{% if element != '' %}
{{ element }}{% if loop.last == false %},{% endif %}
{% endif %}
{% endfor %}
Estimated delivery date: {{ order.delivery.date }}
{{ order.delivery.description }}
{% if order.delivery.instructions %}
Delivery Instructions: {{ order.delivery.instructions }}
{% endif %}
|
|
|
|
{% if not isRegistered %}
|
|
{% endif %}
 |
|
|
| |
|
|
|
|
Bunches Florapost Ltd registered in England and Wales No: 3924234 - VAT Reg:
509377820
© Bunches.co.uk Contact us
|
|
|