|
Simply follow the link below to track your gift:
{% if orderTracking.service in ['RM24', 'SPECDEL'] and orderTracking.distributor_id in [1, 7] %}
https://www.bunches.co.uk/tracking/{{ orderTracking.postcode }}/{{ orderTracking.consignment }}
{% else %}
{{ orderTracking.url }}{{ orderTracking.consignment }}
{% endif %}
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 %}
|