# go to adm.console, {nav Configuration > E-commerce > Currencies}
# make sure 3+ currencies are Active
# go to adm.console, {nav Configuration > Website > Site Domains}
# add actual domain with 2 currencies
# go to front-end with advanced theme
# confirm, that currency selector contains only currencies, allowed for site domain
# confirm, that currency selector works right - currency change refreshes page with selected currency (not with previous currency) and `curr` unit prefix doesn't appear in the URL after a currency change
# go to adm.console, {nav Configuration > Website > Site Domains}, add 3rd currency, available for site domain
# go to front-end, refresh page with advanced theme, confirm that 3 currencies available in currency selector
# go to adm.console, {nav Configuration > Website > Site Domains}, remove recently added 3rd currency
# go to front-end, confirm, that after selection just disabled currency, page refreshes, and currency becomes unchanged
# go to adm.console, {nav Configuration > Website > Site Domains}, remove all currency limitations
# go to front-end, refresh page, confirm, that all active currencies are available in the currency selector, confirm, that currency change works
# go to adm.console, {nav Configuration > Website > Site Domains}, delete site domain
# go to front-end, refresh page, confirm, that all active currencies are available in the currency selector, confirm, that currency change works
# change contents of `/themes/advanced/index.tpl` file, add this to the "content" element:
```
<inp2:m_DefineElement name="currency_element">
<a href="<inp2:CurrencyLink/>"><inp2:Field name="ISO"/></a><br>
</inp2:m_DefineElement>
<inp2:curr_PrintList render_as="currency_element"/>
```
# go to front-end, refresh page, confirm, that in the page content appeared currency links. confirm, that currency links works for currency change, and after such currency change `curr` unit prefix doesn't appear in the URL