Hi,

I have managed to add extra information were I need it but I cannot figure out how to swap the Company Name and Customer Name in the orders.php and invoice.php pages.

What I'm looking for is:

Customer Name
Company Name

I've searched, checked the book, everything I could find in Admin and the code may be too advanced for me.

I might be wrong but around line 341 in orders.php I think this is the code that displays the info:

Code:
 
              <tr>
                <td class="main" valign="top"><strong><?php echo ENTRY_CUSTOMER; ?></strong></td>
                <td class="main"><?php echo zen_address_format($order->customer['format_id'], $order->customer, 1, '', '<br />'); ?></td>
              </tr>
Where is this info coming from? Were to look?

I was cruising right along till this.

Thanks so much for any help or advice,

Steve