I am trying to get the shopping cart to apply sales tax on the cart value, even when a discount code is being used, but I cannot get it to work.
For example, if I have an item that costs $20.00, and tax is 10%, then the tax would be $2.00, and the total would be $22.00.
However, if the discount code is added that is credit for $20.00, then then to total is $0.00, and no tax is applied.
I would like to charge the tax so that the customer would have to pay the $2.00.
Any help would be greatly appreciated. Thanks.