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

Hi good morning from iran , how can the total amount be updated after applying the discount?

How can we add a new field in the shopping cart?

how can use database storage for Abandon cart?

These are my methods for working with the cart. But after I add the product and call the new method, the basket is empty. public function index() { if(!isset($_COOKIE['cart_id'])) {...

For crypto currencies purposes, we need to add to cart products with 2 decimals.

Hi, i have been trying to update the attributes but it does not work. When i add a product to cart the response is as shown below ``` { "35":...

Be able to **update** a value within attributes **without deleting** others values. #163 #224

how can i create api of add darryldecode cart. because when i send items into cart then it does not show when i get it

I using database storage but duplicated query. How i can fix that?? ![duplicated](https://user-images.githubusercontent.com/53256334/82007320-1fbc9400-9694-11ea-9456-3c4b7735d39f.png)

![Screen Shot 2019-11-26 at 6 21 20 PM](https://user-images.githubusercontent.com/30994059/69621258-b317f380-1079-11ea-83d4-d9268f90b8ae.png) based on the screenshot above. you will see the subtotal is wrong. how to fixed this. getPriceSumWithConditions() should output 3.09 but its...