We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the code presented in Store Items For a Cart the logic simply adds a DB record in the table. This works well when adding a first itemable product.
Store Items For a Cart
Should be: If a buyer press the same button again, the logic should increase quantity. Now: A new entry in the CartItem model is created.
Also, an inctrease quoantity feature should be implemented.
inctrease quoantity
The text was updated successfully, but these errors were encountered:
Yes, we add a new method in the Laravel Cart update.
Laravel Cart
Sorry, something went wrong.
#16
No branches or pull requests
In the code presented in
Store Items For a Cart
the logic simply adds a DB record in the table.This works well when adding a first itemable product.
Should be: If a buyer press the same button again, the logic should increase quantity.
Now: A new entry in the CartItem model is created.
Also, an
inctrease quoantity
feature should be implemented.The text was updated successfully, but these errors were encountered: