London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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,