You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The application is processing orders with an amount less than the minimum order value.
To Reproduce
Open the application and select items to add to the cart.
Ensure the total order amount is below the minimum order value set by the restaurant.
Proceed to checkout and place the order.
Expected behavior
The application should validate the total order amount during checkout.
If the order amount is less than the minimum required value, the user should see a message like: "The order amount is below the minimum required value of [amount]. Please add more items to proceed."
The order should not be processed until the minimum order value is met.
Proposed Solution
Add a validation check at checkout to compare the total order amount with the minimum order value.
If the amount is below the threshold, disable the checkout option and display a clear error message.
Smartphone (please complete the following information):
Device: iPhone15pro
OS: iOS17.6.1
The text was updated successfully, but these errors were encountered:
Describe the bug
The application is processing orders with an amount less than the minimum order value.
To Reproduce
Expected behavior
Proposed Solution
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: