Hi,
previous code clears the cart from cookies and session, but the cart is still in the database and it can be loaded via "current user -> cart" binding. Please use this:
ShoppingCartInfoProvider.DeleteShoppingCartInfo(ECommerceContext.CurrentShoppingCart.ShoppingCartID);
ECommerceContext.CurrentShoppingCart = null;
Sorry for the inconvenience.