Opticon Stockholm is on Tuesday September 10th, hope to see you there!
AI OnAI Off
Opticon Stockholm is on Tuesday September 10th, hope to see you there!
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