This is my solution at fixing the Cart Order/Quantity Glitch#12
Open
AlexW301 wants to merge 2 commits intoadrianhajdin:mainfrom
Open
This is my solution at fixing the Cart Order/Quantity Glitch#12AlexW301 wants to merge 2 commits intoadrianhajdin:mainfrom
AlexW301 wants to merge 2 commits intoadrianhajdin:mainfrom
Conversation
added 2 commits
May 6, 2022 08:05
Fixed the glitch where the cart order changed when updating the quantity
|
Someone is attempting to deploy a commit to a Personal Account owned by @adrianhajdin on Vercel. @adrianhajdin first needs to authorize it. |
|
I try to make a same way but at some point when you put various product in the cart the code crash. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
This is my solution at fixing the glitch where the cart order changes when the quantity is updated. This is also my first time doing a pull request so let me know if this was helpful. I did my best to explain my code in comments.
Thanks!