I’m a real dummy and I just would lik to add at the bottem of the pdf invoice some hard coded information such as my vat number, bank account information etc. , just Belgian some legal requirements. I know you have to modify it with zend options but as I said I’m a real dummy regarding this.
Would somebody please be so kind to just provide me with the code (where I can change /add the hardcoded information) I have to add to the invoice.php. I would like this info displayed on every page.
Secondly can somebody also tell me how I can make the logo image lager an having a bigger header.
Look under app->code->core->Mage->Sales->Model->Order->Pdf->Invoice.php and app->code->core->Mage->Sales->Model->Order->Pdf->Abstract.php. These files hold the configuration for the invoice pdfs.
I’m after the same thing; I just need the logo and the address bigger with the address under the logo and a VAT number adding but am quite daunted by this piece of code.
I can’t quite get my head around which file is creating the pdf and whereabouts I alter it. If someone could instruct me on which lines to add where I would be very grateful.