EKM Tag: [ekm:multicurrency]
This tag is used to output the multi-currency selector on your shop. You can either display flags or a dropdown depending on your preference. When clicked/selected the currency of your shops will change from the default (Normally £) to whatever currency you select.
- Tag Information
- Nesting This Tag
[ekm:multicurrency]displaytype='dropdown';[/ekm:multicurrency]
[ekm:multicurrency]
displaytype='flags';
title='yes';
titlecolour='#c800cf';
[/ekm:multicurrency]
You can use this attribute to choose whether you would like to display selectable flag images or a selectable dropdown menu to allow users to change currency.
A boolean value that determines whether or not you would like the "Select Currency"
Select the colour you would like the title to display as. If you have selected no in the previous attribute you can delete this attribute as it will be ignored.
#000000
would make the title black.The EKM system allows for some tags to be nested within other tags.
When nesting this tag you do not need to make any changes to it. It can be inserted into other tags like below.
[ekm:minicart]
...
output_totals='[ekm:multicurrency][/ekm:multicurrency]';
...
[/ekm:minicart]