Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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,