How to get/output customer attribute value via PHP code?
Please use the following code if you need to get customer attribute value anywhere while using the Customer Attributes extension:
< ?php $value = $customer->getCustomAttribute('attribute_code')->getValue(); ? >
where $customer is customer object, and attribute_code is a code of customer attribute, created via the `Amasty: Customer Attributes` extension.
How can we help you?
Login and Registration Form