I followed the instructions on this page https://shopify.dev/themes/internationalization/multiple-currencies-languages#the-country-selector to add a drop-down for people to select a currency, only to realize it actually lists all the countries as well.
I just want to list the different currencies available, rather than the individual countries as well.
Below is the code snippet that I’ve added from the Shopify dev documentation - I know it’s just a matter of changing the for loop to only list currencies in the drop-down, just not 100% sure how to write this out.
{% if localization.available_countries.size > 1 %}
{% endif %}
Any help would be greatly appreciated!