SCCapstone / I_Spy_A-Eye

https://sccapstone.github.io/I_Spy_A-Eye/
3 stars 0 forks source link

You can only add items individually by clicking each time perhaps there should be a count to add section #161

Closed Clmeyers-Dev closed 1 year ago

Clmeyers-Dev commented 1 year ago

you can only add individual items in the search and not multiple at a time you can only add items individually by clicking each time perhaps there should be a count to add section

Danielle-Higgins commented 1 year ago

Hi, I was wondering if you could reiterate on this? Im not sure what you mean. Thanks

Clmeyers-Dev commented 1 year ago

Sure thing ! So when a user searches for an item, apples for instance,they can then add it to their cart. But clicking the add button only adds 1 item to their cart. Say the user wanted 5 apples , instead of clicking 5 times they could enter the amount they wanted then click once and add 5 apples to their cart.

Danielle-Higgins commented 1 year ago

The intention is when you click on the "add to cart" button, it sends the item to the cart. From there you can increment or decrement the quantity of that item. It would be unnecessary to have the user enter an amount then click the button once since you have buttons that already do this on the cart screen so won't fix.