ejmerkel Posted January 31, 2019 Share Posted January 31, 2019 Is it possible to display a message or text on every invoice? We have a new payment address and I want to make sure everyone sees that versus mailing to the old address. Thanks! Best regards, Eric 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted February 1, 2019 Share Posted February 1, 2019 (edited) Yes. Manually edit templates/{YOUR_TEMPLATE}/invoicetpl.pdf and add something like follows: $pdf->Ln(5); $pdf->SetFont($pdfFont, '', 8); $pdf->Cell(170, 5, 'Now you can pay us with pizza!', '', '', 'C'); Edited February 1, 2019 by Kian 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.