Field::currency

Version 3.7

Curency name

ISO 4217 code for currency.

Return value

String Currency name

Full documentation

Show price value and currency:

$txt = "Price is: {$Order->price->getValue()} {$Order->price->currency}";