mobgro LiteCart Fan Fra United States Medlem siden des. 2016 mobgro mai 23 2022 12:53 a.m. 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
mobgro LiteCart Fan Fra United States Medlem siden des. 2016 mobgro mai 23 2022 02:08 a.m. Hi all again, I got it... <?php echo customer::$data['company']; ?> <?php echo customer::$data['tax_id']; ?> Thank you Grant