Magento: How to display customer's phone number on customer information field

后端 未结 5 907
旧时难觅i
旧时难觅i 2021-01-03 05:52

I’m trying to have the customer’s phone number show under the customer account information section. I know the phone number belongs to the customer address section but I’m t

5条回答
  •  长发绾君心
    2021-01-03 06:28

    This answer should go to @Alex, but just for the sake of completion, I'm posting this as an answer:

    Use:

    $this->getCustomer()->getPrimaryBillingAddress()->getTelephone()
    

提交回复
热议问题