Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Display Customer Number in admin>orders.php


tedmcdonald

Recommended Posts

Posted

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

Posted

Do a search on:

 

Additional info for Orders

 

I have a number of examples posted for this. :D

Archived

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

×
×
  • Create New...