Languages: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 8: | Line 8: | ||
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 ass a multiplier to prices to convert to a different currency. For more information see the channel manager help pages. | 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 ass a multiplier to prices to convert to a different currency. For more information see the channel manager help pages. | ||
Individual currencies can be hidden by adding custom CSS in SETTINGS->BOOKING PAGE->DEVELOPERS "Custom CSS" | |||
.cur-AUD, .cur-CAD, .cur-EUR, .cur-GBP, .cur-NZD,.cur-USD, .cur-BGN, .cur-BRL, .cur-CHF, .cur-CNY,.cur-CZK, .cur-DKK,.cur-HKD, .cur-HRK, .cur-HUF,.cur=HUF, .cur-IDR,.cur-INR, .cur-JPY, .cur-KRW, .cur-MXN, .cur-MYR, .cur-NOK, .cur-PHP, .cur-PLN, .cur-RON, .cur-RUB, .cur-SEK, .cur-SGD, .cur-THB, .cur-TRY, .cur-ZAR{ | |||
display: none; | |||
} | |||
will remove all currencies. Remove the currencies you want to show from the code. | |||
Note: This feature is only available for the responsive version of the booking page. To change versions go to SETTINGS->BOOKING PAGE. | Note: This feature is only available for the responsive version of the booking page. To change versions go to SETTINGS->BOOKING PAGE. | ||