Group Bookings
Table of Contents
With Group Bookings Addon you can allow your customers to apply for more than one person/guest/seat (also called pax) for each time slot.
Admin – Setup of Group Bookings
- Group bookings are setup for each service separately. To access the settings click More link under ID of the desired service on WP BASE → Business Settings → Services page.
- In order to work, capacity of the service should be greater than 1, set either by number of service providers or by manual capacity setting.
- To activate Group Bookings for a service, click Enable checkbox.
- When a Minimum selectable value is entered, client cannot apply for less than this number. If left empty, minimum selection will be taken as 1.
- When a Maximum selectable value is entered, client cannot apply for greater than this number. If left empty or set higher than capacity of the service, maximum selection will be set to capacity value.
- Slot closed from pax defines number of booked pax after which slot will be regarded as busy. If you want to serve to a single group at each time slot, set this field equal to minimum selectable.
- While entering minimum and maximum selectable values are optional, they can be set to the same number, e.g. to sell a fixed number of seats.
- You can select to ask participants’ details on the confirmation form by participant fields settings.
- Name, email, phone and address of the participants may be selected to be filled separately. No means that field will not be displayed. Optional means field will be displayed, but filling is not mandatory. Required means field has to be filled, otherwise confirmation form cannot be submitted.
- When group bookings is enabled for a service, a “G” will be seen on top-right of service ID in the List of Services.
Admin – Usage on Front End by Shortcodes
- For
[app_book]
shortcode, no additional setting is required. On front end, pax selection dropdown menu will automatically appear if group bookings is available for selected service. If not, menu will be hidden. - In case of modular shortcodes, you can use stand alone
[app_seats]
shortcode. If you have an[app_services]
shortcode on the page,[app_seats]
will follow service selection. If you do not have[app_services]
shortcode, i.e. service is fixed, you must use service attribute, e.g.[app_seats service="3"]
Admin – Displaying Pax and Participants in email Templates
The following placeholders can be used in email templates:
- PAX – will be replaced with number of persons (pax) value of the booking. It can be used in subject and body of the email.
- PARTICIPANTS – will be replaced with a list of participant fields of the booking. It can only be used in the body of the email.
Admin – Adding and Editing Pax and Participants in Bookings
- Number of guests (pax) and participant field values can be entered and edited in a booking record. Open the booking record or add a new one. Please see Adding and Editing a Booking.
- For a new booking, enter required Pax number into the field under Client’s Group heading. Participant fields can be visible only after you save the booking.
- For an existing booking, change new Pax number into the field under Client’s Group heading. After you save the booking, if there are additional participants, that is, you have increased pax number, their fields can be visible.
- Participant fields (name, email, phone, address) only visible if pax is greater than 1 and those fields are selected as Optional or Required in the service settings for the service of the booking.
- Enter the field values for each participant and save the record.
User Experience
- If selected service has group bookings, a pax selection pull down menu will be displayed on the booking page by
[app_book]
or[app_seats]
shortcode. Selectable values are from minimum to maximum selectable values entered in the settings. - WP BASE accounts for time slot capacity and selected pax value on the fly and display accordingly. For example, when a slot is available for 2 guests and client selects 3 pax, that slot will be shown as not available.
- When client makes a new pax selection, booking view will be automatically updated and free slots will be displayed based on the new pax selection and actual available space.
- Price will be calculated as regular price multiplied by pax. Using Custom & Variable Pricing addon, you can specify custom prices per selection, e.g. 1 guest $10, 3 guests $27, 5 guests $40, or 3 guests 10% discount, 5 guests 20% discount, etc.
- When client checks out, a single booking will be created with the submitted pax and participant data. These values can be manually changed on admin bookings page, as explained above.
Group Bookings can be used in combination with any other addon. When used in combination with Shopping Cart, client can select pax for each item separately.