Hi, I would like to add the notes from a draft order to an “draft order invoice” email. I have tried the following code but it doesn’t seem to work. Does the code need to be different for a draft order?
{% if order.note %}
**Order notes**: {{ note }}
{% endif %}
Thank you.