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

Changing the cart quantity to an input element #92

Open
jsheffers opened this issue Jun 2, 2017 · 1 comment
Open

Changing the cart quantity to an input element #92

jsheffers opened this issue Jun 2, 2017 · 1 comment

Comments

@jsheffers
Copy link

Has anyone successfully altered the setQuantity function to allow for text inputs instead of only incrementing/decrementing already added products by one? I want each one of my products to have a text field where I can update the quantity in the cart directive. Any help would be appreciated.

@GaboDot
Copy link

GaboDot commented Jul 18, 2017

Hi!
You can modify the addtocart.html template, change the <select> for <input type="text"/>.
Hope this helps.

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