CPSC319-2022 / JungleCart

Internal e-commerce platform for Amazon Staff
https://main.d80mxyatc2g3o.amplifyapp.com/products
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add a prompt that tells users the remaining product count when users add too many items #247

Closed inside1D closed 1 year ago

inside1D commented 1 year ago

Currently the users will get an alert saying "not enough in stock for - test" when they click the checkout button while ordering too many items of the same type. However, since they do not know the remaining number, they have to do "minus -> checkout -> minus -> checkout...." until the item count is within limit. It might be nice to let them know the amount in stock.

raphaeldeonova commented 1 year ago

Closed by https://github.com/CPSC319-2022/JungleCart/pull/260