Topic: How to show shipping company on invoice and sales order

Hey, can someone tell me how to get the shipping company name and address to show up on the sales order and invoice pdf's.  I want it to show up to the left of the Charge to and Delivered to.  I just need to know what files to edit and what lines of code to add.  I have figured out how to edit the layouts already.  Thanks

Re: How to show shipping company on invoice and sales order

Checkout the reporting/includes/doctext.inc and reporting/includes/header2.inc files.

Re: How to show shipping company on invoice and sales order

apmuthu wrote:

Checkout the reporting/includes/doctext.inc and reporting/includes/header2.inc files.

Thanks for the reply.  What is the php coding I would use to call that information into those files?  I am not a programmer but ones I know how to call something I can figure out how to insert it into the .inc files.  Thanks

Re: How to show shipping company on invoice and sales order

Have a look at the Reporting Wiki Page which illustrates how to add a Signature to the Invoice and how to add extra lines to the invoice.