Tents & season

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

  1. Optional intro (TextConfirmation / tiles)
  2. TimeFrameViaCalendarInput (or timeline) for the first day
  3. OrderFromMenu / AddPositionToOrder for that day’s products
  4. MultiOrderLoop — invite another day
  5. Contact (RequireInput) → PayNow
  6. SyncOrderEntry / SyncInvoiceEntryInformGuestViaEmailInformOperator

Builds on: booking-menu-checkout + calendar time selection.