I'm asking if it's possible to add customers additional information (I think it's note column at customers table) to my PDF invoice and if so then how I'm newbie and have to learn a lot of things. I checked this post but it's not clear at all. Can any help me?
Cheers and thanks in advance
yes, it's possible to add customers additional information. It is simple, find your invoice what you want modify and match on function call for the invoice in file
class
>pdf.php
.ex:
multipleOrderSlips
function. The functionmultipleOrderSlips
have callorder
object. You should modifyorder
to add customer information, you can addJOIN
table.