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
Carts can be accessed by anonymous users without problem (as long as you enable AnonymousIdentificationModule in ASP.NET) https://docs.microsoft.com/en-us/dotnet/api/system.web.security.anonymousidentificationmodule?view=netframework-4.8
To force users to log in, you can just make sure your action in your checkout controller is marked with Authorize attribute. That'd redirect users to log in page, if they are not logged in
I need to implement above flow using mvc, angular and episerver? If anyone has any idea please share it