Does anyone know how i can show the fax number in the list of customers?
go to admin>customers and there is the list of customers showing their last name, first name, company, account created etc...
In admin/customers.php I have added <td class="dataTableContent">Fax:<?php echo $customers->fields['customers_fax']; ?></td>
it shows 'Fax:' but it doesn't display the fax number.
Thanks,
M.



