EKM Tag: [ekm:currency_symbol]
This tag is used to output the symbol of the currently selected currency. This should be used in instances where you want the symbol to be dynamic but are not using a price tag.
- Tag Information
- Nesting This Tag
[ekm:currency_symbol][/ekm:currency_symbol]
The EKM system allows for some tags to be nested within other tags.
This tag is commonly nested within the ekm:minicart
tag as a way to indicate the currently selected currency.
[ekm:minicart]
...
output_totals='[ekm:currency_symbol][/ekm:currency_symbol]';
...
[/ekm:minicart]