Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

order Id not showing up on invoices!


Guest

Recommended Posts

Posted

dose anyone know how to make the order ID # appear on the invoices?

 

Thanx.

Posted

In admin/invoice.php. find this:

 

<td class="pageHeading"><?php echonl2br(STORE_NAME_ADDRESS); ?></td>

 

 

and add this line directly afterwards:

 

<td class="pageHeading" align="right">Order #<?php echo $oID;?></font></a></td>

 

HTH

Tom

Posted
In admin/invoice.php. find this:

 

<td class="pageHeading"><?php echonl2br(STORE_NAME_ADDRESS); ?></td>

 

 

and add this line directly afterwards:

 

<td class="pageHeading" align="right">Order #<?php echo $oID;?></font></a></td>

 

HTH

Tom

 

 

Thanx works great :thumbsup:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...