MODULES
...
eCommerce
Components

Currency Changer

3min
what it does our currency changer will allow you to output a list of all currencies on your site, and then set a new currency for that session the js function must be sent a valid currency code in lowercase see the layout named default for an example of how this is achieved via a \<select /> dropdown when changing currency, then default tax code for that currency is also automatically applied how to add the currency changer to your view you can add a currency changer to your site using the following include {% include 'ecommerce/currency changer', layout 'default' %} layouts you can find layouts at layouts > modules > module 14 (ecommerce) > components > currency changer > your layout name here the layout will require a wrapper and item file, which you can see in place in the layout named default that comes installed with the ecommerce module