When building shopping carts, you might want to drop all cart items when an order has been saved successfully. Right now, this is only possible by redirecting to a "drop URL" (which uses an appropriate GET param).
It would be nice to have an event filter to do this.
When building shopping carts, you might want to drop all cart items when an order has been saved successfully. Right now, this is only possible by redirecting to a "drop URL" (which uses an appropriate GET param).
It would be nice to have an event filter to do this.
I will push this addition soon.