According to doc-site I can retrieve Customer name from the template tag Ecom:Order.Customer.Name, and in the same way retrieve Ecom:Order.Customer.Email to get the email address from the order. Email is fine, but I cannot make Name work (ref https://doc.dynamicweb.com/template-tags/ecommerce/shopping-cart/email/ecomorder-customer-name)
For example, in my order information screen, the name is retrieved from UserManagement:User.Name (in my case DXC Testkunde) and the user may change this. In the receipt, I use Ecom:Order.Customer.Name to retrieve the name from the order, but this retrieves the Description from an address registered on the user, which is the only reference I have to the word "hjem" in my contact.
What am I doing wrong here?
I'll be happy to provide you with examples.