Kuvaus
The tag doesn't print anything if the Currency Converter extension is not in use. If the extension is not in use, you can print the currency as a string by using the {Currency} tag.
When the customer selects a currency from the menu, the page is reloaded and all prices are displayed in the selected currency.
Syntaksi
{CurrencyNavigation(
type: string
)}Näkyvyys
Toimii näkyvyydessä: globaali
Tags with global scope can be used on any template and in any tag.
Attribuutit
type:Defines the HTML markup for printing the currency selection list.
Allowed values:
after/before:By using the
afterandbeforeattributes you can define content that is output either after or before the tag's output.Allowed values:HTML and Interface markup.
E.g.
If the tag does not produce any content, neither the content of the
afterandbeforeattributes will be output.escape:Allowed values:true/false. The default value is false.
or:Defines alternative content that is displayed if the tag itself does not produce any content.
Allowed values:HTML and Interface markup.
E.g.
or:'Sisältöä ei löytynyt.'
