JackieDo / Laravel-Cart

A package used to create and manage carts (such as shopping, recently viewed, compared items...) in Laravel application.
https://jackiedo.github.io/Laravel-Cart
MIT License
152 stars 19 forks source link

Apply taxes after discounts #41

Open Rattone opened 1 year ago

Rattone commented 1 year ago

How do I apply taxes after discounts? If a product costs €1000, with a 20% discount in the cart, the final price is €800, taxes should be applied to this amount. Am I doing something wrong? The cart now calculates tax on the full price