react-shopping-cart icon indicating copy to clipboard operation
react-shopping-cart copied to clipboard

Change amount at cart scroll bar?

Open zhengyangca opened this issue 7 years ago • 3 comments

Can you advise what to change and make the amount changeable within the cart scrollbar?

zhengyangca avatar Jan 15 '18 03:01 zhengyangca

You want the product quantity to be updated inside cart scrollbar?

sivadass avatar Jan 15 '18 07:01 sivadass

That's exactly. Just wondering sometime people may accidentally add a larger amount than expected, while then they have to remove the products and add the ones again from scratch. I think it would be more convenient if the amounts insider cart scrollbar are changeable.

zhengyangca avatar Jan 15 '18 13:01 zhengyangca

Yeah it will really improve the experience. But it will need a major code change, as I am currently updating the product quantity only when add to cart is pressed, but now it has to be updated when both stepper inputs (Increase and decrease) are pressed. I will try to add this feature as soon as possible. In the mean time, you just try and give a pull request, am happy to help you further. I am trying in this branch.

sivadass avatar Jan 15 '18 14:01 sivadass