I would like to use a single message copy line that replaces or overrides the custom message in the draft order invoice email.
I think this is the place where I would need to do that:
<h2>{{ email_title }}</h2>
{% if custom_message != blank %}
<p>{{ custom_message }}</p>
{% elsif reserve_inventory_until %}
<p>{{ email_body }}</p>
{% endif %}
I am hoping i can just add the text I want to use in para tags somewhere within this bit of code and it will work.
eg.
<h2>{{ email_title }}</h2>
{% if custom_message != blank %}
<p>{{ custom_message }}</p>
{% elsif reserve_inventory_until %}
<p>{{ email_body }}</p>
<p>blah blah blah</p>
{% endif %}
Can anyone confirm this and show me where to put the text?
User | Count |
---|---|
16 | |
16 | |
13 | |
12 | |
11 |