Reservation Plugin
Reservation System
Reservations are events that occur on a regularly-scheduled basis, similar to tables in a restaurant.
The basic model laid out below will embed all currently-available reservation types (those marked as active
and not flagged as internal only
in the Experience Type interface in the Reservation Manager); they will be displayed in the order dictated by the sequence
parameter.
data-content=“reservations"
data-rez-type=“normal”
data-rez-type-id="{comma-separated list}"
The page slug name must be recorded in the Administration setting for Reservation System->Reservations Web Page.
The data-rez-type-id
parameter is optional. If present, then only the reservation experience type id(s) listed will be shown; otherwise, all active reservation experience types will show.
Example: data-rez-type-id="1,3"
☞ You will find the id for each reservation experience type on its edit page, at the right end of the “experience” header.
The final CSS is at Administration-> Stylesheets for Plugins-> Reservations stylesheet.
Updated over 3 years ago