Skip to main content

Admin Appointment Panel

The admin appointment panel is the default way to create, view, and edit appointments in the WordPress admin (since 5.3.0). It opens beside the calendar or list instead of a full-page modal.

Before you begin

How it works

Click an appointment or empty slot on the calendar or Appointments list to open the panel. View shows a summary; Edit changes fields with availability checks; Create runs a staff booking flow aligned with storefront checkout data.

What you need

  • WooCommerce Appointments 5.3+
  • Permission to manage appointments (admin, or staff with the right Staff Permissions)

What you can do

  1. Create from calendar slots, list Add New, or staff portal
  2. Pick from a calendar — mini-calendar and slot chips on create/edit
  3. ✅ Attach or create orders, deposits, add-ons, and multi-currency (when configured)
  4. Edit in WordPress — jump to the classic edit screen when needed

Important

  • Enabled site-wide by default — disable with wc_appointments_admin_panel_enabled (return false)
  • Classic Appointments → Add Appointment and the legacy modal remain for compatibility
  • Recurring series show a sessions list and scoped actions — see Recurring packages

Setup order: Open the panelPanel modesCreate flowView & edit

See also: Calendar View · Managing Appointments

Open the panel

ActionResult
Click an appointment on the calendarView mode for that appointment
Click an empty slot on the calendarCreate mode with date/time prefilled
Drag across empty cells (week/day view)Create mode with selected range
Add New on the appointments list or calendarCreate mode

The panel prefers anchoring to the right of the selected event, then the left, then centered when neither side fits.

Admin panel — create mode

Panel modes

View

Read-only summary: product, schedule, staff, customer, order, status, and notes. Header actions:

  • Edit — switch to edit mode in the same panel
  • MoreEdit in WordPress opens the classic appointment edit screen in a new tab

Admin panel — view mode

Edit

Change status, date/time, staff, quantity, add-ons, and other fields. Availability is checked when you change schedule fields (the current appointment’s own slot stays selectable for that product).

Admin panel — edit mode

Create

Full booking flow for staff: product, customer, schedule, staff, billing, order options, and add-ons — aligned with the storefront checkout data model.

After a successful create, a confirmation step shows product, schedule, and IDs, with a button to load the new appointment into edit mode in the panel.

Admin panel — create success

Create flow (step by step)

1. Product

  • AJAX product search with infinite scroll (large catalogs)
  • Quantity field when the product allows more than one seat per slot

2. Customer

  • Search existing WooCommerce customers or enter guest details
  • Create an account for this customer when appropriate
  • Create as a Customer — header toggle to book as the logged-in staff member (see Screen Options for legacy behavior)

3. Date & time

  • Start / End fields for timed products; date or month range for day/month products
  • Loading indicator while product details, slots, or availability checks run
  • First available slot can be picked automatically when opening create from the calendar

4. Pick from a calendar

Use Pick from a calendar to open the browse mini-calendar and slot chips instead of typing a time manually.

Pick from a calendar — slot browse

Browse behavior:

  • Month strip or expanded month view
  • Slot chips in a grid; remaining capacity shown (e.g. 1 available)
  • Day/month products: pick start date or month; availability dots on the mini-calendar
  • Unavailable validation opens browse once; you can dismiss it until the date or product changes

5. Staff

  • Assign staff or leave unassigned when the product allows it
  • Staff-filtered availability respects product rules

6. Order & billing

  • Create a new order or attach to an existing order
  • Billing country, state, payment method, transaction ID
  • WooCommerce Deposits: pay deposit vs pay in full when the product requires it
  • WooCommerce Payments multi-currency: currency selector on create when configured

7. Add-ons

  • Product add-ons load after product (and currency) selection
  • File upload add-ons supported on create

8. Price

  • Footer shows calculated price; optional inline override on create
  • Tax display matches catalog settings (incl./excl.)

Click Create when availability passes. Errors stay in the panel until resolved.

View & edit details

SectionViewEdit
StatusSegmented controls; cancel confirmsSame
Product / staff / durationDisplayEditable where allowed
ScheduleTimezone abbreviation in headerBrowse + manual fields
CustomerName, email, linksSearch / guest fields
OrderLink to WooCommerce orderAttach or create
NotesRead + add noteRead + add note
Add-onsRead-only listEditable

Timezones

The header always shows the active timezone abbreviation. When staff or customer timezone differs from the site, labels and slot times follow Timezone rules for admin display.

Overnight & multi-day

  • Timed appointments past midnight show a +Nd indicator on the end time
  • All-day / multi-day edits support end-date changes
  • Addon duration extends the computed end time (same as storefront)

Recurring series (5.4+)

When viewing or editing an appointment that belongs to a package/series, the panel can show a series badge and sessions list. Scoped actions (this / following / all) apply to status changes and related operations. Pay-first packages may show Package balance actions on the order.

Full series setup (prepaid, pay-first, balance orders, My Account): Recurring appointment packages.

Admin panel — series sessions

Screen Options

On Appointments → Calendar, open Screen Options (top right):

OptionPurpose
Use legacy calendar temporarilySwitches back to the pre-5.1 calendar UI
Use legacy Create as a customer temporarilyRestores older “create as customer” behavior on the panel header

These are per-user preferences stored in your profile meta.

Legacy modal & Add Appointment page

If the panel is disabled via filter, or you rely on older workflows:

  • The Backbone appointment modal may still be used on some screens
  • Appointments → Add Appointment remains reachable by direct URL but is hidden from the menu
tip

Prefer the panel for calendar work. Use Edit in WordPress only when you need the full classic edit screen (meta boxes, revisions, etc.).

Developers

  • Panel config filter: wc_appointments_admin_panel_config
  • Redirect after create: woocommerce_appointments_add_appointment_page_redirect (includes $context for calendar vs legacy)
  • JavaScript hooks for calendar UI: Developers → full hook list after developer login