Developer forum

Forum » Ecommerce - Standard features » "Full cart isolation per browser, even for the same user" for specific users?

"Full cart isolation per browser, even for the same user" for specific users?

Evaldas Raisutis
Evaldas Raisutis
Reply

In DW 9.3, under Settings > Ecommerce > Advanced > Shopping Cart there is an option "Full cart isolation per browser, even for the same user". Is there a way to enable this for specific users?

We have a scenario where customer has clients who share the same cart, and a different breed of users used for "punchout" setup, where carts/baskets should not be shared. This setting seems to be exactly what we need for the later, but of course conflicts with the first group of users. Would be great to have this option per User, though we would also like a quicker solution.


Replies

 
Evaldas Raisutis
Evaldas Raisutis
Reply

We have been tinkering with cart contexts, and it might be what we need.

What's the difference between these two?

                Context.CartContext = cartContext;
                Context.SetPersistentCartContext(contextId);

 

You must be logged in to post in the forum