|
|
|
|
|
Hello {{ customer.name }}, thank you for purchasing one of our lovely Flower Subscription Gifts.
Please check the details below to make sure everything is correct - we want to make sure your gift is perfect!
|
|
| |
|
Order Number: {{ id }}
Order Date: {{ order.orderDate }}
Payment Reference: {{ order.reference }}
|
|
|
|
| |
|
You have ordered a Flower Subscription Gift and payments will be taken approximately 3 days before each bouquet is due for dispatch. Your gifts will be sent approximately every 4 weeks for the duration of your subscription.
|
|
| |
|
{% for product, price in order.products %}
{{ product }}:
|
£{{ price | number_format(2, '.', ',') }}
{% endfor %}
|
|
|
Gift message:
{% for line in order.message | split("\n") %} {{ line }} {% endfor %}
|
|
|
Discount:
|
£{{ order.discount | number_format(2, '.', ',') }}
|
|
|
Delivery:
|
£{{ order.delivery.cost | number_format(2, '.', ',') }}
|
|
|
Total before VAT:
|
£{{ order.totalExVat | number_format(2, '.', ',') }}
{% if order.posyPoints > 0 %}
|
|
|
VAT:
|
£{{ order.vat | number_format(2, '.', ',') }}
|
|
|
Order Total:
|
£{{ order.total | number_format(2, '.', ',') }}
|
|
 |
Your order today is worth {{ order.posyPoints }} Posy Points. Saving you 80p off your next order!
|
|
|
|
|
Your gift is on its way to:
{{ order.recipient.name }}
{% for element in order.recipient %}
{% if element != '' %}
{{ element }}
{% endif %}
{% endfor %}
Estimated delivery date: {{ order.delivery.date }}
{{ order.delivery.description }}
Delivery Instructions:
{{ order.delivery.instructions }}
|
|
|
|
| |
|
|
|
|
| |
|
|
| |
|
|
|
|
|
|
Bunches Florapost Ltd registered in England and Wales No: 3924234 - VAT Reg: 509377820
© Bunches.co.uk Contact us
|
|