Example
Complete procedure: multi-day festival / marks sales: calendar days plus a loop to add another order day.
Goal: One procedure where guests can book several days without restarting from scratch.
Typical step order
- Optional intro (TextConfirmation / tiles)
- TimeFrameViaCalendarInput (or timeline) for the first day
- OrderFromMenu / AddPositionToOrder for that day’s products
- MultiOrderLoop — invite another day
- Contact (RequireInput) → PayNow
- SyncOrderEntry / SyncInvoiceEntry → InformGuestViaEmail → InformOperator
Builds on: booking-menu-checkout + calendar time selection.