Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Adding Invoice No Under Ship To Information

Adding Invoice No Under Ship To Information

Views: 771

Results 1 to 3 of 3
25 Jan 2013, 7:54 AM
#1
davedotca avatar

davedotca

New Zenner

Join Date:
Jan 2013
Posts:
2
Plugin Contributions:
0

Adding Invoice No Under Ship To Information

I would like to have the invoice number appear twice on the invoice - once where it is now (at the left of the page) and again either under the store logo at the top right or under the SHIP TO invoice on the right.

I have tried to modify the invoice.php file but have not been successful.

Suggestions? Thanks!

4 Feb 2013, 8:15 PM
#2
davedotca avatar

davedotca

New Zenner

Join Date:
Jan 2013
Posts:
2
Plugin Contributions:
0

Re: Adding Invoice No Under Ship To Information

Just thought I would bump this back to the top to see if anyone has a solution - thanks!

5 Feb 2013, 4:30 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Adding Invoice No Under Ship To Information

The current Order Number is handled in the:
/your_admin/invoice.php

with the code:

  <tr>
    <td class="main"><b><?php echo ENTRY_ORDER_ID . $oID; ?></b></td>
  </tr>

You could use portions of that for where you also want to show it ...