firegento / firegento-pdf

Generates nicer and configurable PDF for invoices, creditmemos and shippings in Magento
100 stars 62 forks source link

Add billing address to shipment #379

Closed kledy closed 5 years ago

kledy commented 5 years ago

I need to add the billing address at the bottom of the order items, so that the recipient know, who have ordered this shipment. Is it possible?

Schrank commented 5 years ago

Not out of the box.

But you could implement an observer which adds it to the note section.

https://github.com/firegento/firegento-pdf/wiki/FAQs#how-can-i-add-notes-to-the-pdfs-programmatically

Hope this answers the question.