Clear shopping cart

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 năm cách đây
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
13 năm cách đây
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.