The desktop and mobile bookings offers a sophisticated hybrid booking request option which opens new avenues of revenue and customer interaction.
Category: Website Integration
Setup mobile App with booking, current status and dashboard functions
For rapid roll-out of mobile App integrations, we recommend: https://www.freecodecamp.org/news/how-to-turn-your-website-into-a-mobile-app-with-7-lines-of-json-631c9c9895f5/ You can include these direct links: New Booking https://mobile.blueskybooking.com/Booking.aspx?Company_ID={Company_ID} Flight Status https://mobile.blueskybooking.com/Status.aspx?Company_ID={Company_ID} My Bookings https://mobile.blueskybooking.com/Dashboard.aspx?Company_ID={Company_ID}
Adding notices to web and mobile searches
There are times when you may want to apply a general notice to your online bookings. This can be done with notices.
Website Integration: Create booking lookup widget
How to create a simple booking lookup on your web page.
Set maximum number of passengers per online booking
The default maximum number of passengers per booking is 6 online.
Automatically link agent in online bookings
A powerful sales tool which can be used to leverage existing business relationships.
Web and mobile warnings and accept conditions
1 2 3 4 5 6 7 8 |
<Configuration> <Settings> <Warning Open="{0} seats left" OpenMinimum="{0} or less left" Closed="Call to Book" Soldout="Sold Out!" WaitingList="{0} Waitlisted!" AllowWaitingList="True" WarningLocks="-1" WarningMinimumLocks="3" WarningLocksAgents="999" WarningMinimumLocksAgents="0" AcceptConditions="False"> <Tier Tier_ID="15" AcceptConditions="True" /> <Tier Tier_ID="13" WaitingList="Sold Out!" AllowWaitingList="False" /> </Warning> </Settings> </Configuration> |
Setup Terms and Conditions
The terms and conditions can be added using a What You See Is What You Get (WYSIWIG) Editor. The service agreement can be formatting independently for both desktop and mobile browsers.
Website Integration: Create a login widget and synchronize the login state
How to synchronize current authentication status and login to the bookings on your web page.
Customizing an element on the desktop or mobile pages
You have control over the textual elements on both the desktop and mobile bookings.
Add Google Analytics and Tag Manager to online bookings
Google Analytics and Tag Manager to track customer flow from websites and advertisements.
Web and mobile configuration settings for basic setup
The basic website and mobile settings. Generally these settings will have been setup for you automatically when your company was created.
Website Integration: Create a search and current status widget
How to create a custom search and current status widget on your website.
Website Integration: Install a Book Now button or link on your website
How to install a Book Now button or link onto your website.