Hi,
Is it possible to modify the Invoice-PDF’s format? We’d like to effect small changes, ex. the keyword “RECHNUNG” or “INVOICE” don’t appear.
Can anyone say where these can be changed? (template files, classes etc)
Thank you
Ashant
Hi,
Is it possible to modify the Invoice-PDF’s format? We’d like to effect small changes, ex. the keyword “RECHNUNG” or “INVOICE” don’t appear.
Can anyone say where these can be changed? (template files, classes etc)
Thank you
Ashant
Texts: /out/admin/lang.php search for ‘ORDER_OVERVIEW_PDF*’.
Of course, you have to clean the cache-folder.
Layout: /modules/invoicepdf/myorder.php
This changes are more hard. You have to change the sourcecode.
Eg.:
Search
$oPdf->text( 15, 275, strip_tags( $oShop->oxshops__oxcompany->getRawValue() ) );
Replace
$oPdf->text( 25, 275, strip_tags( $oShop->oxshops__oxcompany->getRawValue() ) );
Now the company-name in the footer is 10px more right.