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

Denne tråden er stengt på grunn av lang inaktivitet. Det er ikke mulig å legge ut innlegg til det.
View code on GitHub