You can customize all template elements according to your requirements by following these steps:

/* Choose variables depending on what type of split payments you accept.
{{ if tags contains '[[multiple_payment_tag]]' or tags contains '[[share_payment_tag]]' }}
{{ if note == 'Order expired' }}
/* Here you need to paste code for split order invoices deadline (you can leave it blank) */
{{ else }}
/* Here you need to paste code for the rest of split payment invoices (you can leave it blank) */
{{ endif }}
{{ else }}
/* Here you can paste copied code that is used for common orders (you can leave it blank) */
{{ endif }}








Related articles

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



Related issues