Guest Posted August 3, 2006 Posted August 3, 2006 dose anyone know how to make the order ID # appear on the invoices? Thanx.
OceanRanch Posted August 3, 2006 Posted August 3, 2006 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
Guest Posted August 3, 2006 Posted August 3, 2006 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:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.