Hi there,
It seems that a cart is not deleted from DB when last orderline is removed but the cart contains taxes.
Some repro steps:
- Add a product to the cart;
- Go to the checkout and enter address in order to get taxes;
- Remove your orderline from the cart;
- Empty cart is shown but the order is kept on the DB;
This seems to be related to the VerifyEmptyCart method on CartCatch.vb (see attachment).
Wouldn't make sense to validate for no cart.ProductOrderLines instead of cart.OrderLines?
BR, Mario