Display customer Company and Tax ID

Hi all,
    In the customer account shown to customers, I would like to ONLY show the information for those fields. They would be entered in the admin section. How would I show them only, not be a form, text only display. 

I tried  <?php echo (settings::get('customer_field_tax_id')) ?>    with no luck :(

Thanks Grant

Hi all again,
   I got it...
<?php echo customer::$data['company']; ?>
<?php echo customer::$data['tax_id']; ?>

Thank you
Grant

This thread has been closed due to long inactivity. Posting to it is not possible.
View code on GitHub