I'd go to Github and search for laravel shopping carts, and view some. But you want one well and recently maintained.
What is the best package for shopping cart?
Hello everyone, Can I know which package is best for building a shopping cart in laravel?
@sanjayacloud I’ve been looking in to laracom recently after a member of laracasts forum posted a question about if,
Might be worth a look depending on what features you need
Don't know which is the best but I used this one in a recent project and it's clean and easy.
Thanks.
I will check this. If I need any clarification, can help me on this?
Sure if I can ;)
@bestmomo Can you teach me how to handle Add to cart button with this package? Need to increment with the click into cart icon in the menu bar? I don't have an idea. Can you teach me?
Hi there,
Check this package its very easy to use and have good documentation
Can anyone tell me how to update the quantity in the https://github.com/darryldecode/laravelshoppingcart package? Because When I update the quantity, It's It adds to the current quantity. As an example, if I want to add a 1 quantity to the current item quantity. If my current item qty has 1 qty and this new value of 2, it should be 2 knows. But in this package, it adds to the current value. That's means, after the update it, its values become 3. Can anyone help me to do this
Here is a tutorial for shopping cart with this package. It's in french but code is ok ;)
Please or to participate in this conversation.