Booking.com: Synchronise bookings prices availability: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
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 * '''after''' the multiplier:
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.


Example: *[CONVERT:IDR-EUR] will convert Indonesian Rupees to Euros.
Examples:


Example: *[CONVERT:IDR-EUR][/]0.952 will convert Indonesian Rupees to Euros, and dividing it by 0.952 will raise the price by 5%.
'''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===