Skip to content
New issue

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

Validation issue while adding item to Cart #46

Closed
nabaragpaul opened this issue Feb 12, 2019 · 1 comment
Closed

Validation issue while adding item to Cart #46

nabaragpaul opened this issue Feb 12, 2019 · 1 comment

Comments

@nabaragpaul
Copy link

There is no server side checking or validation of number in qty field while adding item to cart.Or it doesn't even check the inventory for availability as well. User can edit maxlength from inspector console and can put any number without validation

@mrvautin
Copy link
Owner

mrvautin commented Feb 13, 2019

It does both of those things. The only part which it doesn't do is track stock on concurrent carts. Eg: if there are 5 items in stock and two people have 3 each in their cart it will allow them both to checkout and pay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants