Hi,
I need to show the customers fax number on their order in admin please.
I have added the following code to admin/orders.php
It now shows on the order in admin underneath the telephone number as a field called 'Fax Number' but it doesn't insert the customers fax number in the space provided.HTML Code:<tr> <td class="main"><strong><?php echo ENTRY_FAX_NUMBER; ?></strong></td> <td class="main"><?php echo $order->customer['fax']; ?></td> </tr>
Does anyone know which step/s I've missed please?
Many thanks
Claire



