Summary |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integrating the elina booking engine into your website using our "elina Easy Script" The "elina Easy Script" is a simple code to generate the elina booking elements on any website. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Requirements |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The code requires an HTML5 valid page and jQuery. At the minute, only one booking element can be rendered at the same time on one page (No multiple booking forms). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
How does it work? |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Simply copy and paste the code on the right-hand side where you would like the elina booking element to appear on your site. That's it! Please make sure to change the elina-subdomain to the system's one you want to connect. This is the same that is being used to login to the elina PMS system. elina, e.g.: https://elinaname.elinapms.com/
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Options |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
If you want to add options, simply add more attributes into the elina element script. For instance, if you want to change the wording of the arrival and departure labels, simply use: data-lbarrival="Arrival" data-lbdeparture="Departure"
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
For a list of all available options, please see the following table: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
See an example with all available attributes below:
<elina id="standardFormElina"
data-elinaId="currentdev"
data-usecustomurl=""
data-custompath="elina"
data-lbarrival="Arrival"
data-lbdeparture="Departure"
data-lbguests="Guest,Guests"
data-lbpromo="Promo"
data-lbbook="Book Now"
data-maxguests="7"
data-language="en-GB"
data-usedatepicker="true"
data-showlogin="true"
data-daydiff="7"
data-propertyid="1"
data-areaid="1"
data-start="0"
data-dateformat=""></elina>
<script type="text/javascript" src="https://elinaname-bookings.elinapms.com/services/js/elinaEasyScript.js"></script>