Hello.
I have an app installed to book my accommodation. I want the order confirmation email that the customer receives to also show the date they have booked. How can I do it?
Thank you
Hello.
I have an app installed to book my accommodation. I want the order confirmation email that the customer receives to also show the date they have booked. How can I do it?
Thank you
Insert the following code in the Shopify order confirmation email:
{% for p in line.properties %} |
|---|
{{ p.first }}: {{ p.last }} |
{% endfor %} |
before the line with
{% if line.quantity < line.quantity %}
Works!
What accommodation booking app are you using?
Hi,
I’m using BOOK THAT APP.
I see! Were you able to create the order confirmation emails you needed?
It looks like the app has a helpful notification engine.
Yes I did it.