Skip to main content

Invoice texts are not displayed on custom-designed invoices

Normally, the invoice texts appear automatically on the generated invoices. In exceptional cases, this may not work automatically with custom-designed invoice templates. If this is the case for you, you can manually integrate the invoice texts into your invoice template as follows:

{foreach from=$viisonDATEVInvoiceTexts item=invoiceText}

<p>{$invoiceText}</p>

{/foreach}
Did this answer your question?