LaravelShoppingcart icon indicating copy to clipboard operation
LaravelShoppingcart copied to clipboard

A simple shopping cart implementation for Laravel

Results 109 LaravelShoppingcart issues
Sort by recently updated
recently updated
newest added

hey i using laravel 5.6 help Cart::add($request->id,$request->name,10)->associate('App\Product'); then Please supply a valid price. that's mean : if(strlen($price) < 0 || ! is_numeric($price)) { throw new \InvalidArgumentException('Please supply a valid price.');...

![image](https://user-images.githubusercontent.com/83875198/185558310-5fa917e5-ccf8-4695-9333-333e31827fb5.png) this file in providers ![image](https://user-images.githubusercontent.com/83875198/185558474-ce478743-e2c7-4c2b-bc9e-aa3c140fd810.png) this file in aliases ![image](https://user-images.githubusercontent.com/83875198/185558587-630858fc-ad13-4fe3-9fde-be84b750b1dd.png) cannot use cart

Hello @Crinsane, Is there a way to give the products some kind of sort order? I refresh the content with jquery but my products keep jumping in a different order.

i want to make a shopping cart where if guest user adds items to cart and when he logs in all the guest cart items should be shifted from session...

Does the package work through API endpoints? I tried with Postman and Sanctum. Seems like Add to cart works and returns rowId properly but once contents of the cart is...

Dear Sir, I need some help please. 1. Can the tax be dynamic since not all products are charged with the same tax amount. 2. I would like to display...

PS C:\xampp\htdocs\LaravelShoppingcart> **composer require gloudemans/shoppingcart** Using version ^2.6 for gloudemans/shoppingcart Root package 'gloudemans/shoppingcart' cannot require itself in its composer.json PS C:\xampp\htdocs\LaravelShoppingcart>