Prints the currency selected in the theme as a string.
Kuvaus
The default currency in all MyCashflow online stores is euro, but prices can be converted and displayed in different currencies in the online store's theme by using the Currency Converter extension.
The {Currency}
tag always prints the currency that has been selected in the theme.
Syntaksi
{Currency(
exchanged: boolean
)}
Näkyvyys
Toimii näkyvyydessä: globaali
Tags with global scope can be used on any template and in any tag.
Attribuutit
after/before:
By using the
after
andbefore
attributes you can define content that is output either after or before the tag's output.Allowed values:The HTML and Interface markup
E.g.
before:
'<p>Tämä merkkaus näkyy ennen tagin omaa sisältöä.</p>'after:
'<p>Tämä taas näkyy tagin oman sisällön jälkeen.</p>'
If the tag does not produce any content, neither the content of the
after
andbefore
attributes will be output.or:
Defines alternative content that is displayed if the tag itself does not produce any content.
Allowed values:The HTML and Interface markup
E.g.
or:
'Sisältöä ei löytynyt.'exchanged:
Defines whether to take currency conversion into account in the output if the customer has placed an order in a currency other than euro.
The
exchanged
attribute is used only if the Currency Converter extension is in use.This attribute works only after the customer has placed an order. So, you can use the attribute in order templates and e.g. inside the order products' tags.
Allowed values:true/false. The default value is false.
The content is always printed in euros if the value is false.