How do I turn off multiple currency converter?

To turn of the currency converter (so your store only shows one currency):

1.  Go to Admin > Themes > Template Editor.

2.  Open up 'theme.liquid' on the left.

3.  Around line 66, you should see this line of code:

                  {% include 'currencies-switcher' %}

Add comment tags around it like those in bold below, so it looks like this:

                  {% comment %}{% include 'currencies-switcher' %}{% endcomment %}

That will hide the converter.  Done!

 

Have more questions? Submit a request

4 Comments

  • 0
    Avatar
    Tau7

    Hi Tristan,

    I have a related question. The currency converter does not appear on mobile (pad) or phone versions of my site.Is it because the top bar doesn't appear? Can I make it appear or is there another work around?

    Thanks

    J

    Edited by Tau7
  • 0
    Avatar
    Permanently deleted user

    Hi there, could you please post a link to your site?  Happy to take a look. Thanks!

  • 0
    Avatar
    Tau7

    Thanks for the rapid response.
    https://www.tau7.com.au
    Cheers
    J

  • 0
    Avatar
    Permanently deleted user

    Hi there, thanks for the update.  I had a quick look -- the currency is hidden in mobile to avoid cluttering the header.  If you'd like to have it there, you could try going to :

    • Admin > Themes > Edit HTML / CSS, find 'mobile-menu' under Snippets
    • Where you'd like to see it, add {% include 'currencies-switcher' %}

    Hope that helps!

Please sign in to leave a comment.
Powered by Zendesk