On the Shopping cart module/app i have enabled "Apply user details to order".
But when i load the cart page for the first time, both of the following variables contains an empty string and null.
string countryCode = GetString("Ecom:Order.Customer.Country.Code"); string countryCodeAPI = Dynamicweb.Ecommerce.Common.Context.Cart.CustomerCountryCode;
I am logged in with a user that has data in both country fields in the user address:
https://www.screencast.com/t/UU3mEbwWIt6
All other
Ecom:Order.Customer.[PROPERTY]
Fields contains the correct data from my user address.
Am i missing something here or is another explanation for this behaviour?
All the Best,
Jesper