laravelshoppingcart
laravelshoppingcart copied to clipboard
Shopping Cart Implementation for Laravel Framework
Hello, everybody how can I move cart items from Session to DBStorage? Also, I need a clear moved cart item from the session. Guests need to add items to the...
https://stackoverflow.com/questions/63931794/laravel-7-x-darryldecode-shopping-cart-session-key-required-alert-interfere how can we fix that
When I try to save my cart data to database I'm getting error below on all my app (it completely messed my app now i can't load any page of...
The cause of the always changing order is the pull method https://github.com/darryldecode/laravelshoppingcart/blob/7f1581d64184575384d1a09924e45142e3bc58ed/src/Darryldecode/Cart/Cart.php#L242 If updating the first item will move to the lowest order, this causes the Frontend to always move.
Do I need to use the Cart :: session ($ userId) -> method view each time? ` public function __construct() ` `{` ` $userId = auth()->user()->id;` `Cart::session($userId);` ` }` or...
Looking at this screenshot, I don't think the maths adds up...  First off; the product price on display is the discount price of the product. Discount is...
Why I am getting "unserialize(): Error at offset 56 of 999 bytes" ?. actually I want to store cart_data with user location.
Hi , I am trying to add shipping methods using this package but i'm having difficulties could someone please assist
i wana my users add products to cart before logining to app, is it possible in this package or not?