tedmcdonald Posted May 17, 2003 Posted May 17, 2003 Howdy Folks I would like to display the Customer's Customer Number in the admin>orders.php page. Currently, orders.php uses: <td class="main"><b>Order # </b></td> <td class="main"><?php echo tep_db_input($oID); ?></td> </tr> <!-- add date/time // --> <tr> <td class="main"><b>Order Date & Time</b></td> <td class="main"><?php echo tep_datetime_short($order->info['date_purchased']); ?></td> to display the Order Number and the Date of Order. I would like to add the Customer's Number to this display. Does anyone know how to do this? Best Regards, Ted
Ajeh Posted May 17, 2003 Posted May 17, 2003 Do a search on: Additional info for Orders I have a number of examples posted for this. :D
tedmcdonald Posted May 17, 2003 Author Posted May 17, 2003 Thanks! http://www.oscommerce.com/forums/viewtopic.php...92c9081d65f9440
Recommended Posts
Archived
This topic is now archived and is closed to further replies.