reactioncommerce / reaction-feature-requests

Reaction Feature Requests
13 stars 1 forks source link

Allow Users To Change Quantity In Cart #44

Open hfmw opened 6 years ago

hfmw commented 6 years ago

It would be great if users were able to change the quantity they have in their cart without having to delete the item, and go back to the product page. I would think this functionality would be a useful addition in the drop-down cart shown below, but also once at checkout?

screen shot 2018-04-29 at 11 44 10
loanlaux commented 6 years ago

Absolutely. I've had clients asking me for this and I think it should be built-in.

janus-reith commented 6 years ago

I've built such a feature in one of my plugins. It replaces the Cartitem and relocates the quantity badge to be under the product name, and has buttons to de/increase the quantity:

image

It also replaces the 4th checkout step to display the cart items of the cart overlay there aswell. Will see if I can submit a PR to integrate this into core.

hfmw commented 6 years ago

Hi @janus-reith - that sounds perfect! It would be great if you could submit a PR for this.

Hopefully these features will be included in 2.0 - but it looks like that is still a few months away.