Function DisplayPriceTypeToFor
Outputs the price type for display
DisplayPriceTypeToFor([PRICE_TYPE])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | integer | optional | 1 | PRICE_TYPE | The price type |
Returns
The text "To Rent" or "For Sale" depending on the price type
Examples
Example of outputting the price type
{{DisplayPriceTypeToFor(ALIAS.PRICETYPE)}}