| |
|
Hello Bunches' Customer Support Team,
{% if phone is not empty %}
My phone number is:
{{ phone }}
{% endif %}
{% if email is not empty %}
My email address is:
{{ emailAddress }}
{% endif %}
I've contacted you via the contact form on Bunches.co.uk, my message is as follows:
{{ message }}
{% if orderNumber is not empty %}
My order number is:
{{ orderNumber }}
{% endif %}
{% if postcode is not empty %}
My postcode is:
{{ postcode }}
{% endif %}
|
|
|
|