Hi @wexler
Can you show us a screenshot? If you prefer you can host it at imgbb.
Thread Starter
wexler
(@wexler)
Of course. Here’s the printed invoice in which you can see how the ‘NOTES’ prints solely on the 2nd page because it’s lengthy vs on both the 1st and second page:
https://drive.google.com/file/d/15POEcs0Q3bVUu85jiHesU_fNm_ShTsSw/view?usp=sharing
and here’s contents of the order page before the invoice is generated:
https://drive.google.com/file/d/16LeCM-knXGTlKTzyXq4dNu5PnO3pVZoE/view?usp=sharing
Hello @wexler,
Thanks for sharing the screenshots.
This is happening because your order notes are very longer and them are inside the same row that the total amounts.
Is this text always the same?
If so, you could use the Static files feature included in the Professional extension that allows you to include up to three static files to the email notification:

This feature is ideal for attaching terms and conditions, contracts or warranty conditions.
Thread Starter
wexler
(@wexler)
It changes depending upon what’s sold. I updated the template for the time being and that helped. Thank you Yordan.
Hello @wexler,
I wanted to give you one last advice, which might help you improve the way you add that info to your invoices.
Although the invoice notes field is very useful to add extra info, this appears not to be the best option for your case.
You could instead add a group of separate custom fields to your orders using the Advanced Custom Fields plugin. This will allows you to control those fields in order to show them in other places of the invoice, outside the item table (that is producing the behavior you don’t like)
For your specific case, this setup should be to do the work:

Then, you will see this field group in your single order editing view:

This info can be added to the invoice through the customizer, included in the Premium Templates extension, using custom blocks like this:

You can also force to display those blocks in a new page (page break) adding this line in a custom block at top:

And with an extra CSS rule…

…your invoices will look like this:

Hope this helps you to improve even more your store! 🙂
Kind regards.