Clear shopping cart

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 14 ans
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
Il y a 13 ans
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.