Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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.







  • No labels