Hi Tugce,
I assume you mean the add to cart microflow? In that case I would take the following steps:
Let me know if you have any questions
first, 4th page looks like a new edit page for product. There is save button. It is better to make it an apart apart page. And are you going to fanelize shopping in that page? If so
Then the microflow
1- Retrieve customer with $current user.
2- Retrieve een open order or create new order.
3-Make association with order and product without commit. (You will do it after that page, I seee)
4- Show the chart page.