Default Text in {{custom message}} for Draft order invoice notification

Hi,

I want to change the notification ‘Draft order invoice’ and change the email template so that the Custom Message has default text already populated in there (see image below). How do I update the email template to allow this to happen? Any assistance appreciated :slightly_smiling_face:

What do I add here to make it happen:

Thanks!!

I am also wondering this!

You will want to add this on the line right above the one you have highlighted. It’ll look something like this.

Payment of {{ order.total_outstanding | money }} is due {{ due_date | date: format: 'date' }}

{% endif %} This is where you will want to enter your message. {% if custom_message != blank %}

{{ custom_message }}

{% endif %} {% if checkout_payment_collection_url %}

I hope this helps.