Add multiple currencies / a currency picker to the Minimal and Launchpad themes. #Minimal #Launchpad
Add a currency picker to the Minimal or Launchpad theme:

Follow the usual steps except "Step 8: Display the currency picker".
In theme.liquid, locate the ul element inside the toolbar, and at the start of it, add this li element:
<li class="fr">{% include 'currency-picker' %}</li>
