Include Customers note field in PDF invoice

1.4k views Asked by At

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

1

There are 1 answers

0
hendrathings On

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 function multipleOrderSlips have call order object. You should modify order to add customer information, you can add JOIN table.