Difference between revisions of "Languages"

From Beds24 Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
__TOC__
 
__TOC__
 
== Currency Converter ==
 
== Currency Converter ==
You can set the system to use one master currency in SETTINGS->PROPERTIES->DESCRIPTION. If you have multiple properties you can set a different currency for each.  
+
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 converter 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"  
+
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
  
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"
 
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: This feature is only available for the responsive version of the booking page. To change versions go to SETTINGS->BOOKING PAGE.
+
  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 ==

Revision as of 10:18, 25 August 2018

This page is about the menu SETTINGS -> BOOKING PAGE -> INTERNATIONALIZATON

1 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 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"

.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: 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.

2 Languages

You can use a multilingual booking page. To give your guests the option to book in their own language tick the languages you want to use.

Your descriptions, information on your booking page, notifications and if used also upsell items must be entered separately for each enabled language.

This help page explains how to create a multi lingual booking page