Clear shopping cart

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 年 前
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 年 前
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.