laravel-cart-manager
laravel-cart-manager copied to clipboard
Managing the cart in your Laravel/E-commerce application is a breeze
Currently, if I want to disable guest login it's not available. If we make this feature then it will boost some amount of performance.
The discount percentage is applied to the whole cart now. But it would be nice if we could apply discount per product. Is it possible?
**Describe the bug** cart() helper hit database query every time. example: `protected function getCartDetails() { return [ 'items' => cart()->items($displayCurrency = true), 'totals' => cart()->totals(), ]; }` This function will...
**Is your feature request related to a problem? Please describe.** Let's say a product is no longer available. It has to be removed from all carts immediately so that users'...
I'm looking for a way to merge the carts when a guest logs in to their existing account, with a guest cart active, and already some cart Items that are...
Dear maintainers, I've updated the package to allow custom Cart model classes. This is a nice addition if you want to extend the base Cart model class with more relationships...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...