FirstName and LastName as part of the Customer entity

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 年 前
Anyone please let me know what I am doing wrong?

Much appreciated.
10 年 前
It looks right.  Have you tried Clean/Rebuild of solution?
10 年 前
Yes, I tried it on a clean installation but it just keeps showing up as the email.
10 年 前
Were you able to resolve this?

I too have been having problems getting a customer's full name. I saw the customer.GetFullName() extension method and tried calling it but it returns an empty string for me.

When I debug the calls to customer.GetAttribute<string>( SystemCustomerAttributeNames.FirstName ) (or .LastName) they both are returning null.

Does anyone have any ideas why this might be happening?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.