math variables syntax
Posted: Tue Jan 26, 2016 4:14 pm
Hi guys,
I want to display total price in USD in customs message (default currency of property is EUR)-
So I used these variables:
[CONVERT:EUR-USD] - works if used as is, shows conversion rate between two currencies
[PRICENUM:] - works if used as is, value is displayed with a decimal point and no thousands separator and no currency symbol
But what I need is a multiplication of price and the conversion rate.
So I tried: [PRICENUM:*CONVERT:EUR-USD] or [PRICENUM: * CONVERT:EUR-USD] or [PRICENUM:*[CONVERT:EUR-USD]] and many other combinations but without success.... result is nothing or the value for PRICENUM only.
What is the correct syntax if I want to calculate two or more variables? Could you help?
Thanks
I want to display total price in USD in customs message (default currency of property is EUR)-
So I used these variables:
[CONVERT:EUR-USD] - works if used as is, shows conversion rate between two currencies
[PRICENUM:] - works if used as is, value is displayed with a decimal point and no thousands separator and no currency symbol
But what I need is a multiplication of price and the conversion rate.
So I tried: [PRICENUM:*CONVERT:EUR-USD] or [PRICENUM: * CONVERT:EUR-USD] or [PRICENUM:*[CONVERT:EUR-USD]] and many other combinations but without success.... result is nothing or the value for PRICENUM only.
What is the correct syntax if I want to calculate two or more variables? Could you help?
Thanks