WebHotelier supports re-direction to various targets via a special query parameter than can be passed to the booking engine URL.
NAME | TYPE | RANGE | REQUIRED | DEFAULT | EXAMPLE |
---|---|---|---|---|---|
goto | string | varchar(64) | YES | — | goto=home |
NAME | DESCRIPTION | NOTES |
---|---|---|
home | Re-directs the browser to the hotel website. |
For affiliate templates, this re-directs to the affiliate homepage. For templates overriding homepage URL, goto=home always re-directs to that URL. |
about | Re-directs to the property's about page on the booking engine | |
directions | Re-directs to property's directions page | If no directions are present for the property then re-directs to the about page. |
map | Re-directs to property's location in Google Maps |
If no coordinates are set for the property then re-directs to the directions page. If no directions are present for the property then re-directs to the about page. |
Do not forget to replace example.reserve-online.net
in the examples below with the real booking engine
hostname.
If you don't know the hostname yet, please contact WebHotelier support.
https://example.reserve-online.net/?goto=home https://example.reserve-online.net/?goto=about https://example.reserve-online.net/?goto=directions https://example.reserve-online.net/?goto=map