Skip to content

FR Order

KalachyanD edited this page Jul 12, 2023 · 3 revisions
  1. Just after user decides to create order the system should provide a list of products that the user is going to order so that before paying, he confirms that he is ordering exactly this. At this point, the application must give the user the choice to proceed with the payment or abort the order.

  2. The user must be allowed to proceed to payment and, if the payment data is entered correctly and there is a sufficient amount of funds on the payment method, complete the payment for the order. In case of successful payment, the user is notified about this and where he can pick up the order, after a while, by default, a redirect to the main page should occur.

Clone this wiki locally