how to show summary on checkout page for multiple orders?
I am working on the Checkout flow (system) for the tablet device and it has 3 steps:
- A list with existing orders (which were previously saved from another flow). The User should be able to select multiple orders from the list to proceed to the next step
- Next step is Order Details. Here we can see the products(items) of each selected order. And my question is for this step. Can we show a summary for each order separately? Since it is important for us that at the step with Payment(3rd step) we can pay a different amount for each of them and choose different types of payment In terms of best practices and UI patterns..
- Pay
Thanks!