Cape Dave Posted September 23, 2010 Share Posted September 23, 2010 I did it OK in an earlier version, but need directions on precisely how to do it in 4.3. Any help is much appreciated. Dave 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted September 23, 2010 WHMCS Support Manager Share Posted September 23, 2010 Open templates/*your active template*/invoicepdf.tpl and adjust the following lines: $pdf->SetTextColor(245,245,245); } elseif ($status=="Unpaid") { $statustext = $_LANG["invoicesunpaid"]; 0 Quote Link to comment Share on other sites More sharing options...
Cape Dave Posted September 23, 2010 Author Share Posted September 23, 2010 Thanks much John. And BTW the PDF issue was solved by you as well! Thanks for the excellent support. 0 Quote Link to comment Share on other sites More sharing options...
jaatendi Posted October 4, 2010 Share Posted October 4, 2010 I took out the part of the invoicepdf.tpl that said "ATTN my name, and my address", but now the red Unpaid word is floating over the list of billed items on the invoice. How can I reposition it above again? 0 Quote Link to comment Share on other sites More sharing options...
lumasis Posted October 17, 2010 Share Posted October 17, 2010 Call me stupid, but what do I change those lines to - so the UNPAID is GONE? Thanks Jamie 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.