laravel-cart-manager icon indicating copy to clipboard operation
laravel-cart-manager copied to clipboard

Managing the cart in your Laravel/E-commerce application is a breeze

Results 9 laravel-cart-manager issues
Sort by recently updated
recently updated
newest added
trafficstars

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?

enhancement

**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...

help wanted
good first issue

**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'...

enhancement

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...

enhancement

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...

enhancement

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`...