rla Posted April 2, 2008 Share Posted April 2, 2008 I try to customize pdf created invoice and I don´t know how to add customfield ito this file. The sintaxis is realy different that in web files. I trying to add something like this $pdf->Cell(0,4,'CIF: '.$customfield["input"],0,1,'L'); I want to add an custom field into Invoice of my clients Can anybody help me? Regards 0 Quote Link to comment Share on other sites More sharing options...
minadreapta Posted April 2, 2008 Share Posted April 2, 2008 try this: $clientsdetails["customfields1"] $clientsdetails["customfields2"] $clientsdetails["customfields3"] 0 Quote Link to comment Share on other sites More sharing options...
merlinpa1969 Posted October 24, 2008 Share Posted October 24, 2008 where are these actualy defined $clientsdetails["customfields1"] $clientsdetails["customfields2"] $clientsdetails["customfields3"] when we try to use this ( we have custom fields created and these dont display anything ) 0 Quote Link to comment Share on other sites More sharing options...
KAIDOK Posted October 24, 2008 Share Posted October 24, 2008 How is it (which file/line) that you change the logo in your PDF invoices? I found (I think it was line 4) a line in the pdfconfig.php file that mentions "Logo" but nothing changed when I changed the path to reflect my logo. I'm still getting the WHMCS logo. 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.