It would be good to fill all currently empty Quantity values as "1" by default. Because it does function as "1" is inside at the moment.
Keeping all quantity values empty and forcing customers to think that they have to fill "1" inside quantity value before pressing "Add to cart" button is not so user friendly.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | basic-cart-2908008-13-D8.patch | 712 bytes | ivnish |
| #6 | 2908008.png | 7.67 KB | scoff |
Comments
Comment #2
devad commentedComment #3
devad commentedComment #4
scoff commentedIs it harder than adding value=1 to basic_cart.js?
I'm asking because it's not been done so far and it's really not easy to fix this without hacking the code (like using your theme or module js).
Comment #5
ivnishHi devad! Bug exists in last dev-version? Can you check it?
In my cart Quantity=1 by default.
karthikeyan-manivasagam, are you fix this earlier?
Comment #6
scoff commentedThe bug is still there. Quantity field is empty in an Add to cart with quantity widget. Cart works fine even if the field left empty before clicking on Add to cart, but it's unintuitive.
Comment #7
ivnishComment #8
ivnishComment #9
ivnishComment #10
scoff commentedPatch #8 works fine, thank you. I had to copy it to "js" folder to apply.
Comment #11
ivnishSorry. I make patch with PHPStorm. I recreate it soon.
Comment #12
ivnishComment #13
ivnishComment #14
ivnishComment #16
karthikeyan-manivasagam commentedThank you all