|
Simply follow the link below to track your gift:
{{ orderTracking.url }}{{ orderTracking.consignment }}
Your tracking number is: {{ orderTracking.consignment }}
{{ orderTracking.recipient_name }}
{% if orderTracking.address_line_1 is not empty %}{{ orderTracking.address_line_1 }} {% endif %}
{% if orderTracking.address_line_2 is not empty %}{{ orderTracking.address_line_2 }} {% endif %}
{% if orderTracking.address_line_3 is not empty %}{{ orderTracking.address_line_3 }} {% endif %}
{% if orderTracking.town is not empty %}{{ orderTracking.town }} {% endif %}
{% if orderTracking.postcode is not empty %}{{ orderTracking.postcode }}{% endif %}
|