|
|
| (35 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| [[Category:Widgets]] | | #REDIRECT [[:Category:Developers]] |
| [[Category:Booking Page]]
| |
| [[Category:How to]]
| |
| You can use HTML and CSS to create custom solutions. The booking page can be embedded in a page using an iframe or opened with a link or form
| |
| | |
| The behavour of the booking page can be controlled with the following parameters passed in the URL or form.
| |
| | |
| URL Parameters are always added in the format name=value.
| |
| To separate them, the first parameter must have a ? before it and all following parameters must have an & before them.
| |
| | |
| For example if you want to change the default for the numbers of night selector to 7 nights you change the link to your booking page from
| |
| | |
| https://www.beds24.com/booking2.php?propid=2047
| |
| | |
| to
| |
| | |
| https://www.beds24.com/booking2.php?propid=2047&numnight=7
| |
| | |
| | |
| For example if you want to hide the header from
| |
| | |
| https://www.beds24.com/booking2.php?propid=2047
| |
| | |
| to
| |
| | |
| https://www.beds24.com/booking2.php?propid=2047&hideheader=yes
| |
| | |
| | |
| {| class="wikitable"
| |
| | '''Parameter''' || '''Value''' ||'''Description'''
| |
| |-
| |
| | https://www.beds24.com/booking.php || Path to booking page ||At the very minimum there must also be one of propid, roomid or ownerid parameter
| |
| | |
| |-
| |
| | roomid || id number of room. || The page will open showing this room.
| |
| | |
| |-
| |
| | propid || id number of property. || The page will open showing this property.
| |
| | |
| | |
| |-
| |
| | ownerid || id number of owner. || The page will open showing all properties and rooms for this owner
| |
| | |
| |-
| |
| | type || numeric value for the type of booking page to open || The value is stored in a session variable and will be used for the rest of the session. Value 0 clears the session variable and opens the default page type
| |
| |-
| |
| |numnight || number of nights. || Initial value for the number of nights selector
| |
| | |
| |-
| |
| | numadult || number of adults. || Initial value for the number of adults selector
| |
| | |
| |-
| |
| | numchild || number of children. || nitial value for the number of children selector
| |
| | |
| |-
| |
| | width || page width in px. || Useful for embedding the booking page in an iframe of fixed size
| |
| | |
| |-
| |
| | numdisplayed || number of nights with prices displayed. || Only applies to price table pages, use this to reduce the number of nights for narrow designs
| |
| | |
| |-
| |
| | referer || text ||This text will be recorded with any bookings originating from this widget allowing tracking of booking sources
| |
| | |
| |-
| |
| | advancedays || number of days || This will set the initial date to this many days in advance of today. Only applies the first time the page is opened
| |
| | |
| | |
| |-
| |
| | hideheader ||yes, no || Do not show the property information at the top of the page
| |
| | |
| |-
| |
| | hidefooter ||yes, no || Do not show the property information at the bottom of the page
| |
| | |
| |-
| |
| | multiroom ||0, 1 || Opens the page with multi-room booking selected or unselected. (2013 new style booking page only)
| |
| | |
| |-
| |
| | lang ||en de es fr it ja nl pl pt tr zh || Sets the default language to open the booking page. (2013 new style booking page only)
| |
| | |
| |}
| |
| | |
| | |
| ----
| |
| Old booking page only:
| |
| | |
| |-
| |
| | hidename || yes, no || Do not show the property name heading
| |
| | |
| |-
| |
| | hidedesc || yes, no || Do not show the description
| |