Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fax number on admin/orders.php


Recommended Posts

Posted
Anyone got any idea how i would get the fax number to appear on orders .php in admin ? many thanx :)

 

its wierd im using the same query as for the phone number the lines are this :

 

 <td class="main"><b><?php echo ENTRY_TELEPHONE_NUMBER; ?></b></td>
               <td class="main"><?php echo $order->customer['telephone']; ?></td>
               <td class="main"><b><?php echo ENTRY_FAX_NUMBER; ?></b></td>
               <td class="main"><?php echo $order->customer['fax']; ?></td>

 

but the phone number works and fax doesnt :(

 

any help would be desperatly and gladly recieved

Archived

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

×
×
  • Create New...