Difference between revisions of "Setting/properties.traummult"

From Beds24 Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
*'''*1.23'''  will multiply all prices by 1.23 sent (i.e. raised by 23%). L
 
*'''*1.23'''  will multiply all prices by 1.23 sent (i.e. raised by 23%). L
 
*'''*0.85''' * will send a price 85% of the normal price (i.e. lowered by 15%)
 
*'''*0.85''' * will send a price 85% of the normal price (i.e. lowered by 15%)
 +
  
 
To convert the price of bookings imported add a * after the multiplier, for example *1.23* will divide the price of the booking by 1.23.
 
To convert the price of bookings imported add a * after the multiplier, for example *1.23* will divide the price of the booking by 1.23.
Line 12: Line 13:
 
You can also use currency conversion template variable. All currencies supported by the booking page currency selector can be used.
 
You can also use currency conversion template variable. All currencies supported by the booking page currency selector can be used.
  
For example *[CONVERT:IDR-EUR] will convert Indonesian Rupees to Euros.
+
Examples:
 +
 
 +
*'''* *[CONVERT:IDR-EUR] will convert Indonesian Rupees to Euros.
 +
**'''*[CONVERT:IDR-EUR][/]0.85'''  will convert Indonesian Rupees to Euros and reduce the price to  85% of the normal price (15% reduction).

Revision as of 10:45, 12 October 2021

If you want to add a multiplier to your prices add a * followed by the multiplier number.

The multiplier applies to all prices and fees which are sent.

Examples:

  • *1.23 will multiply all prices by 1.23 sent (i.e. raised by 23%). L
  • *0.85 * will send a price 85% of the normal price (i.e. lowered by 15%)


To convert the price of bookings imported add a * after the multiplier, for example *1.23* will divide the price of the booking by 1.23.

You can also use currency conversion template variable. All currencies supported by the booking page currency selector can be used.

Examples:

  • * *[CONVERT:IDR-EUR] will convert Indonesian Rupees to Euros.
    • *[CONVERT:IDR-EUR][/]0.85 will convert Indonesian Rupees to Euros and reduce the price to 85% of the normal price (15% reduction).