Booking.com: Synchronise bookings prices availability: Difference between revisions
Jump to navigation
Jump to search
| Line 147: | Line 147: | ||
===Price Multiplier=== | ===Price Multiplier=== | ||
If you want to add a multiplier to your prices | If you want to add a multiplier to your prices, add a '''*''' followed by the multiplier number to your hotel id. | ||
Example: | |||
Hotel id = '''123456*1.23''' | |||
You can also use currency conversion template | will multiply all prices by 1.23 sent for hotel id 123456 (i.e. raised by 23%). | ||
Lower prices can be sent with a multiplier less than 1: | |||
'''123456*0.85''' | |||
will send 85% of the normal price (i.e. lowered by 15%). | |||
To convert the price of bookings imported from the channel add a * '''after''' the multiplier: | |||
'''123456*1.23*''' | |||
will divide the price of the booking by 1.23. | |||
====Currency Conversion==== | |||
You can also use currency conversion template variables. All currencies supported by the booking page currency selector can be used. | |||
Example: *[CONVERT:IDR-EUR] will convert Indonesian Rupees to Euros. | Example: *[CONVERT:IDR-EUR] will convert Indonesian Rupees to Euros. | ||
Example: *[CONVERT:IDR-EUR][/]0.952 will convert Indonesian Rupees to Euros, dividing by 0.952 will raise the price by 5% | Example: *[CONVERT:IDR-EUR][/]0.952 will convert Indonesian Rupees to Euros, and dividing it by 0.952 will raise the price by 5%. | ||
===Promotions=== | ===Promotions=== | ||