November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
https://world.episerver.com/documentation/developer-guides/commerce/orders/order-system-overview/
Check the order objects diagram for the Commerce version you're at, there you can see the models and what they have!
IOrderGroup has CustomerId for example :)
As Joel said, you can get the customerid which is a guid, and then use CustomerContext to load the CustomerContact for the name.
Hi Team,
How to get the customer name from Icart?
Current code is using carthelper => Cart.Cart.CustomerName
Advance Thanks,