Support Center

How can I have different currencies on my store?

Jumpseller offers three multicurrency methods, which depend on the theme’s installation date:

  • Multi-Currency with Liquid
  • Multi-Currency in Admin Panel
  • HTML Customization

Themes installed before August 29th use the Liquid method (Except Collage). Themes installed after the mentioned date use the Admin Panel method (Except Premium, Classic, Novus, Collage and Core)

Multi-Currency with Liquid

To use this option, you have to configure the following:

Currencies

You can find this option at Themes > Visual Editor > General Settings. Once you have selected then follow the following steps:

  1. Pick the 3 letter codes for the currencies you want to add (You can see the available codes at https://en.wikipedia.org/wiki/ISO_4217)

  2. Fill in the new currencies you want to show on your website separated with commas (e.g. EUR, USD)

    Jumpseller Currencies Theme Options
  3. Hit ‘Save’ and try it out on your store.

Limitations

  • You cannot set prices according to multiple currencies.
  • You won’t be able to sell in any other currency than the main currency (found in Settings > General > Preferences > Currency).
  • Prices at Checkout may not appear converted.
  • After Checkout, the Customer will be charged in the Store’s Main Currency.

Multi-Currency in Admin Panel

To use this option, make sure you have installed a theme after August 29th. After that you have to configure the following:

Additional Currencies

You can find this option at Settings > General > Preferences > Currency. Once you have selected then follow the following steps:

  1. Pick the codes for the currencies you want to add from the list presented.

    Jumpseller Currencies Admin Panel
  2. Hit ‘Save’ and try it out on your store.

Limitations

  • You cannot set prices according to multiple currencies.
  • You won’t be able to sell in any other currency than the main currency (found in Settings > General > Preferences > Currency).
  • After Checkout, the Customer will be charged in the Store’s Main Currency.

HTML Customization

If you have a store in two or more languages and you are catering to customers from different countries, you can sell in the respective currencies of the country. Let us take an example of a store in portuguese and english (UK) and you want to sell in EUR and GBP, then :

  1. In the HTML code, define the main currency of your store, i.e. GBP:

     {{ 12 | price: “GBP” }}
    
  2. Then, you can display the EUR currency with the tag price:

     {{ product.price | price: “EUR” }}
    
     {{ product.price | price: “USD” }}
    
     {{ product.price | price: “GBP” }}
    
     {{ product.price | price: “CLP” }}
    
    
  3. You can also use the same step for:

     {{ order.total | price: “CLP” }}
    
     {{ order.shipping | price: “CLP” }}
    
    
  4. After Checkout, the Customer will be charged in the Store’s Main Currency (i.e. GBP).

Read More

Start your journey with us!

Free trial for 14 days. No credit card required.