WebHotelier supports displaying prices in many currencies. By default, we display the currency more relevant to the visitor using geolocation. Otherwise we display the hotel's default currency. Using the parameter described below you can preselect a desired currency to display the results in.
Currency conversion is done in real-time when the selected currency does not match the rate currency.
WebHotelier stores foreign exchange rates (forex) for over 200 worldwide and digital currencies with historic daily data going back to 2008.
Data are tracked and blended algorithmically from multiple reliable sources, ensuring fair and unbiased consistency.
NAME | TYPE | RANGE | REQUIRED | DEFAULT | EXAMPLE | NOTES |
---|---|---|---|---|---|---|
currency | string | ISO 4217 | NO | Auto-detected or property default | currency=GBP | You can also use cur as an alias to currency |
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.
<form action="https://example.reserve-online.net/" method="post"> <input type=hidden name=currency value=GBP> <button type=submit>Check Rates</button> </form>
https://example.reserve-online.net/?currency=GBP https://example.reserve-online.net/?currency=GBP&checkin=today&adults=2 https://example.reserve-online.net/?cur=USD