Hi,

I need to show to the customers what is the account number, so it is the customer_id and was trying to put it in the addressbook page like this:
<?php echo $customers->fields['customers_id']; ?>

but it is not "printing" the customer ID number there, no error either. How should I get it visible there? The customers need to reference their customer ID that we can easily find them in our other local system in case there is customer feedback situation.

So, the idea is that the customer sees his or her ID when logged in and accessing the account info in address book.