Ask a Question

Ask a Question
Back to All

Eat in (order from table) flow

Hello,

From what I have read in the API documentation the flow is the same for eat-in as for delivery. And I don't think it's a good UX to ask the customer to pay(create a new order - API request) for every bear he orders.
I want to know if it's possible to implement the following flow, or something similar:

  • customer opens the menu and adds some products to the cart => we send an API request to open a table with some products
  • the customer adds more products => we send an API request to update the order and add the new products
  • customer wants to leave and pay the bill => we send an API request to close the table and mark the order as paid

From your experience what is the best flow we can implement for eat-in?

Have a great day,
George