mobgro LiteCart Fan Tól től United States Tagság dec. 2016 óta mobgro 23 máj. 2022 00:53 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 Tól től United States Tagság dec. 2016 óta mobgro 23 máj. 2022 02:08 Hi all again, I got it... <?php echo customer::$data['company']; ?> <?php echo customer::$data['tax_id']; ?> Thank you Grant