laravelshoppingcart
laravelshoppingcart copied to clipboard
Shopping Cart Implementation for Laravel Framework
Hello I am trying to update cart with the quantity in decimal points but it does not update it even not giving any response. Although it is working fine while...
$cartid = $r->cartid; // return $cartid; Cart::remove($cartid); i am trying like this . but item not remove from cart . what can be the issue ?
Hello they are already some pull requests about updating the readme file for supporting laravel 9 and 8. but it seems like you are not merging them.
Hello everybody. How to determine if item in shopping cart has condition by name? For example I need method like this `$item->hasCondition('happy_birthday_action')` Now I need to make a loop throw...
The sum method in the get sub total without conditions method uses get price sum /** * get cart sub total without conditions * @param bool $formatted * @return float...
When I call cart's getcontent method it returns a json response to me. which is okay. But the problem is below: { "data": { "1667847103": { "id": 1667847103, "name": "Second...
I have a problem. If I have 3 items. I can't update second item and third item. But the first item is working. If I update second item this item...
When will laravel11 be supported? Thanks.
Image
Why cant we add image into the cart?
update composer.json to support laravel 11