bumbummen99 / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
501 stars 228 forks source link

How can i save discount without percentage? #171

Closed mahmudulhsn closed 2 years ago

mahmudulhsn commented 2 years ago

I want to save the discount in amount, but Cart::setDiscount() is setting data with percentage. How to solve this?

bumbummen99 commented 2 years ago

Right now that is not easily possible tho you might be able to do it using a custom calculator implementation. That said, discount as integer will be a feature of the next major version #145