Languages: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 4: | Line 4: | ||
__TOC__ | __TOC__ | ||
== Currency Converter == | == Currency Converter == | ||
Note: This feature is only available for the responsive version of the booking page. To change versions go to SETTINGS->BOOKING PAGE. | |||
You have the option to display a currency | You have the option to display a currency selector on your booking page. It converts your prices according to the current exchange rate provided by the European Central Bank. The basis for the conversion is the currency you have set in SETTINGS->PROPERTIES->DESCRIPTION "Currency Code". (If you have multiple properties you can set a different currency for each.) | ||
You can use custom CSS to hide currencies from the currency selector. Read this help document to find out how: [[Custom_CSS#Hide_currencies_from_the_currency_selector_.28responsive_Booking_Page_only.29]] | Custom CSS | |||
Individual currencies can be hidden by adding custom CSS in SETTINGS->BOOKING PAGE->DEVELOPERS "Custom CSS" | Individual currencies can be hidden by adding custom CSS in SETTINGS->BOOKING PAGE->DEVELOPERS "Custom CSS" | ||
| Line 18: | Line 19: | ||
will remove all currencies. Remove the currencies you want to show from the code. | will remove all currencies. Remove the currencies you want to show from the code. | ||
Note: | Note: The currency converter only works on your booking page. If you are using booking channels which require a different than your standard currency you can add a price multiplier to convert to a different currency. For more information see the channel manager help pages. | ||
== Languages == | == Languages == | ||