Clear shopping cart

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 14 años
Is there any easy way of clearing the shopping cart upon logout when the order is not complete?
Or even upon login a window to ask the user if he wants to clear or keep the shopping cart contents?

Thanxs
Hace 13 años
you must clear cart using items id as :
ShoppingCartManager.DeleteShoppingCartItem(item.ShoppingCartItemId, true); 
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.