MvDo Function, MVT, Miva Merchant 9+, Engine v5.22+
<mvt:do file="g.Module_Store_Module_Currency" name="l.formattedCurrencyVariable" value="CurrencyModule_AddFormatting(module var, value)" />
module var
A reference to the currency module. In most cases the variable "g.Store:currncy_mod" can be used.
value
The number to be converted into currency.
<mvt:do file="g.Module_Store_Module_Currency" name="l.settings:product:formatted_price" value="CurrencyModule_AddFormatting(g.Store:currncy_mod, l.settings:product:price)" />