Function DisplayPrice

Outputs a price for display

DisplayPrice([AMOUNT],[COUNTRY_CODE],[PRICE_TYPE])

Parameters

# Type Passing Default Name Description/Comments
1 decimal required n/a AMOUNT The amount
2 string optional UK COUNTRY_CODE The country code
3 integer optional 1 PRICE_TYPE The price type

Returns

The price display


Examples

Example of displaying asking price for a property

{{DisplayPrice(ALIAS.PRICEASK,ALIAS.CCODE,ALIAS.PRICETYPE)}}