Bill Cooke is a Freelance Web Designer and Graphic Designer based out of Toronto, Canada.
osCommerce Tips: Adding Order # To Packing Slip & Invoices
Here is a quick tip to add the order # to the packing slip and invoices in osCommerce…
edit admin/invoice.php with your your favorate HTML editor.. (make a backup first of course)
Look for the following line:
<td><?php echo nl2br(STORE_NAME_ADDRESS); ?></td>
Add the following line directly below :
<td align=”right”>Order #<?php echo $oID;?></a></td>
then save the file. done. easy. handy. fun to do. now go have a beer


