darrell702 Posted December 15, 2015 Share Posted December 15, 2015 Hello everyone, I am pretty new to this. Can someone please assist me with adding a disclaimer to the bottom of my invoice page. I have located the "invoicepdf.tpl" file, but I'm clueless as to where to go or what to do from there. I would greatly appreciate the help. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted December 15, 2015 Share Posted December 15, 2015 there should be helpful code in the thread below... it's for v5, but should still work in v6. http://forum.whmcs.com/showthread.php?82350-PDF-Invoice-custom-html-text&p=351055#post351055 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted December 16, 2015 Share Posted December 16, 2015 Place this code right below the # Notes section: # Footer text $pdf->SetFont('freesans','',7); $pdf->Ln(5); $pdf->Cell(180,4,'I am not a footer text','','','C'); 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.