bumbummen99 / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
505 stars 234 forks source link

Exclude item from being taxed #156

Closed omarwelshazly closed 2 years ago

omarwelshazly commented 2 years ago

Is there anyway to exclude some items from the taxes?

bumbummen99 commented 2 years ago

Yes there is setTax which does set tax for a specific item.

https://github.com/bumbummen99/LaravelShoppingcart/blob/82a1e7d9166b92446dc3f2029b99ff1bd01e8347/src/Cart.php#L553