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}