Search...
Generic filters
Exact matches only
Search in title
Search in content
Search in excerpt
Filter by Custom Post Type

Customizing an element on the desktop or mobile pages

Modified March 8, 2018 | Created May 10, 2017 | Jeff Valair

Filed under Website Integration

You have control over the textual elements on both the desktop and mobile bookings.

Change an element

  1. Open your browser to your online bookings, preferably using a direct URL.
    Example: https://bookings.blueskybooking.net/Booking.aspx?Company_ID=49
  2. Note which “method” of booking based on the URL.
    Web
    https://bookings.blueskybooking.net/
    Mobile
    https://mobile.blueskybooking.net/
  3. Locate the element on the page you want to change.

  4. Find or Inspect the element on the page in the source code.
    Chrome browser supports direct lookup by right-clicking on the element.

  5. Find the “page”, located in the address bar.

  6. Find the “id” of the element.

  7. In the Booking Agent, click File > Configuration > Services.
  8. Click Insert.

  9. Enter the Element name.

    Format:
    //Configuration/{Web|Mobile}/{page}/{id}
  10. Set the Attribute checkbox and enter attribute you want to change.
    This is generally set to Text or Visible.

  11. Click Lookup to check if there is already a custom value.
  12. Update the Value field.

  13. Click OK to save.
  14. Click OK or Apply to save the configuration changes.
  15. From your browser, reload the booking page.

It may take several minutes for the changes to take effect due to caching.
To force the cache to reset, you can add the “Restart=1” parameter to the booking link.
Example: https://bookings.blueskybooking.net/Booking.aspx?Company_ID=49&Restart=1

Common attributes

Search

Tier

Element:
//Configuration/Web/Booking/pnlSearchTier
Attribute:
Visible
Value:
False

Element:
//Configuration/Mobile/Booking/pnlSearchTier
Attribute:
Visible
Value:
False


Confirmation

Element:
//Configuration/Web/Booking/lblBookingConfirmationEmailWarning
Attribute:
Text
Value:
To ensure you receive confirmation emails, please add {0} to your .

XML Escape Requirements

“ "
‘ '
< &lt;
> &gt;
& &amp;

Online Escape Tool:
http://www.freeformatter.com/xml-escape.html

logo
Bitnami