Currently to add a discount to the cart you have to use `add_fee` , the problem is that taxes are always added to negative fees. This means that you have to subtract the tax from the cart total.
I think it would be a good idea to have an add_discount method which works like add fee, but apply a negative amount and does not apply taxes.
Open
Last updated: September 1, 2023
Log in to comment on this feature request.
This would be mega helpful. Surprised this isn’t already part of core.