laravelshoppingcart
laravelshoppingcart copied to clipboard
Shopping Cart Implementation for Laravel Framework
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
api
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?? 
 based on the screenshot above. you will see the subtotal is wrong. how to fixed this. getPriceSumWithConditions() should output 3.09 but its...