Our Split - Partial Payments app does not create any additional email templates and does not change any of the old ones.

Instead, it uses a custom_message variable which is used for showing messages here. If your Draft Order Invoice template has been changed, please be sure that it contains the custom_message variable. If you want to inform your customers, it's necessary to add this variable by following the example:

{% if custom_message != blank %}
<p>{{ custom_message }}</p>
{% else %}
<p>DEFAULT MESSAGE</p>
{% endif %}

This code can be placed into a template and the defined default message will be used.





Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues