laravelshoppingcart icon indicating copy to clipboard operation
laravelshoppingcart copied to clipboard

Shopping Cart Implementation for Laravel Framework

Results 138 laravelshoppingcart issues
Sort by recently updated
recently updated
newest added

It allows to add into configuration if you want to allow quantities wiith decimal values. In case you want to add products with Kilograms or Liters quantities

Hello. How can I set time to live for goods in my cart. In several hours cart becomes empty.

Is it possible to check if the products have the same attributes when adding to the cart? For example, I have the shop_id attribute and I would like the basket...

SQLSTATE[42S22]: Column not found: 1054 Unknown column '1_cart_items' in 'field list' (SQL: select `1_cart_items` from `cart_storage`)

If I have storage and wishlist I register wishlist in WishListProvider ``` use Darryldecode\Cart\Cart; use Illuminate\Support\ServiceProvider; class WishListProvider extends ServiceProvider { /** * Bootstrap the application services. * * @return...

If i open a cart with products with conditions i get this error. This is the ErrorException ErrorException thrown with message "Call to a member function applyCondition() on string (View:...

I'm currently in need to change the `sessionId` of a cart from guest user to authenticated user. Reading the documentation, I wasn't able to find a specific solution. So my...

**I only have authentication by username without password** All issues explanations have been used here all Did not succeed answers and solutions https://github.com/darryldecode/laravelshoppingcart/issues?q=is%3Aissue+login+ The problem is the sessions When I...