Booking.com: Synchronise bookings prices availability: Difference between revisions
Jump to navigation
Jump to search
| Line 161: | Line 161: | ||
will send 85% of the normal price (i.e. lowered by 15%). | will send 85% of the normal price (i.e. lowered by 15%). | ||
To convert the price of bookings imported from the channel add a | To convert the price of bookings imported from the channel add a '''*''' AFTER the multiplier: | ||
'''123456*1.23*''' | '''123456*1.23*''' | ||
| Line 170: | Line 170: | ||
You can also use currency conversion template variables. All currencies supported by the booking page currency selector can be used. | You can also use currency conversion template variables. All currencies supported by the booking page currency selector can be used. | ||
Examples: | |||
'''123456*[CONVERT:IDR-EUR]''' | |||
will convert Indonesian Rupees to Euros. | |||
'''123456*[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=== | ||