Speak to our experts today 0333 004 0333
Speak to one of our experts today
User Guides

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
Basic Use
When used the tag outputs the HTML symbol code for the selected currency.

[ekm:currency_symbol][/ekm:currency_symbol]
                                
This outputs the following.
£

The EKM system allows for some tags to be nested within other tags.

Nesting This Tag

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]