Do Not Allow Partial Payment in Check-out
1. Use case name (Required)
Do Not Allow Partial Payment in Check-out
2. Keywords (Required)
partial payment, not allowed, check-out
3. Actors + description (Required)
As a Staff, I don't want to implement partial payment in Checkout
4. Main flow (Required)
The most common path of interactions between the user & the system:
Cashier add the items that customer want to purchase in the cart and proceed to check-out by clicking on the “Amount” button. The POS system processes and displays the Select Payment Method page.
Cashier then select the payment method that the customer want to use paying for their purchase by clicking on the button representing the payment method. The POS processes and prompt Take Payment page associated with chosen payment method
Cashier then enters the amount of money collected from the customer. If the amount is less than the cart value, the POS deactivates the “Complete Order” button. The “Complete Order” button is only activated by the POS system if the “Amount” is equal or greater than the cart value.
5. Fit & Gap analysis (Keep internal)
Compare this use case with the current Magestore solution to identify 3 types:
Partial payment is enabled as a default on POS and there is no option to turn it off at the moment