Hi.
I have a request from a customer about having a user in DW that many people can use to shop. The problem here is that the cart is saved on the user and therefore two users can't be logged in at the same time without updating the same cart.
The ideal solution that comes to mind: Force DW not to save/load the cart for the user from the DB and always load/set the cart present in the cookie or create a new one.
Load/set cart from a cookie is easy to do with the API. But making sure DW don't load the cart from DB I don't know how to do. Is this possible to configure and if so can it be done on certain users/groups only?
Maybe someone could shed some light on alternative solutions or pitfalls in this approach?