Hello everyone 👋🏽
I want to implement a "cart" based volume discount, meaning that I want to discount the entire cart based on the cart total (with some exceptions e.x, clearance products). I have an idea on how to achieve this by modifying the cart APIs to handle my specific logic, but I was wondering if there is a better or a more straight-forward solution.