martyn_lizardmedia Posted June 4, 2005 Posted June 4, 2005 Anyone got any idea how i would get the fax number to appear on orders .php in admin ? many thanx :)
martyn_lizardmedia Posted June 4, 2005 Author Posted June 4, 2005 Anyone got any idea how i would get the fax number to appear on orders .php in admin ? many thanx :) <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.