Booking interface
Locate booking page
The following instructions can be used to locate the unique booking page for any given channel :
- Login to the channel manager as a channel administrator.
- Click the user icon in the top-right section of the application.
- Click the ‘Booking page’ link in the menu that now appears.
- Make note of the url for your personal booking page.
You can use the link to the booking page that was just obtained in one of two ways.
Link to the booking page
If you don’t mind visitors leaving your own website, you can provide a direct link to the booking page (that was obtained during the previous step) from your website.
Embed the booking page
If you would like to offer visitors of your website the option of booking a tee time without having to leave your site, this can be accomplished by embedding the booking page of the channel manager in your own website.
This is done by adding a piece of code in your website at the location where you want the booking page to appear. The code contains a so called iframe, that loads the Zest booking page inside your own website.
<iframe id="channel-manager-booking-page"
height="650"
width="400"
frameborder="0"
src="{{channel-booking-page-url}}"
style="border: 0px; background: transparent; max-width: 100%;">
</iframe>
Embedding example
For an example of using the booking page in embedded mode :
- Login to the channel manager as a channel administrator.
- Click the user icon in the top-right section of the application.
- Click the ‘Booking page (embedded)’ link in the menu that now appears.