LocalOrbit / localorbit

Local Orbit is an open source web application and service that empowers food hubs to efficiently sell and distribute local food.
https://localorbit.com
MIT License
16 stars 11 forks source link

Order catalog doesn't warn you if entered quantity is not available #3494

Open rbarreca opened 5 years ago

rbarreca commented 5 years ago

Describe the bug If only 3 available quantity and you enter 5 in order catalog, there is no warning message and the "5" remains in the text input but the price to the right is shown for a quantity of 3.

To Reproduce Steps to reproduce the behavior:

  1. Go to Order page
  2. Find a product with low inventory
  3. Enter in a quantity higher than what's available
  4. Won't see warning and entered quantity vs. price calculation will be off

Expected behavior See a warning message (pretty sure this used to be in there, maybe before consignment code) and the text input should revert to max quantity available.

Screenshots

screen shot 2018-11-06 at 11 25 29 am

User reports