mindscms / laravelshoppingcart

Laravel Shopping cart
MIT License
55 stars 21 forks source link

Tax Modification #5

Open ebenwatts opened 9 months ago

ebenwatts commented 9 months ago

Please can't we modify tax, for example, pass the tax percentage to the class: Cart::tax(12.5)? I really want to remove the tax or add my own percentage. Any help?