binafy / laravel-cart

Laravel Cart is a customizable package for adding shopping cart functionality to Laravel applications
https://packagist.org/packages/binafy/laravel-cart
MIT License
160 stars 11 forks source link

How to apply coupons and discounts? #25

Closed mouradsm closed 2 weeks ago

mouradsm commented 2 weeks ago

Hello!

First of all thank you very much for the excellent work!

I would like to know how to apply coupons and discount that is, if the functionality is available

milwad-dev commented 2 weeks ago

Hello, I'm happy that this package is good for you. You can't use the discount feature directly, but you can apply the discount to the cart price. Also, we are creating a new package for discount and we connect it with this package.