Mastering Customer Account Management
Discover the ultimate guide to managing customer accounts in Jumpseller, tailored for both new and seasoned sellers. Learn how to enhance the shopp...
Jumpseller offers three multicurrency methods, which depend on the theme’s installation date:
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)
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:
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)
Fill in the new currencies you want to show on your website separated with commas (e.g. EUR, USD)
Hit ‘Save’ and try it out on your store.
Limitations
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:
Pick the codes for the currencies you want to add from the list presented.
Hit ‘Save’ and try it out on your store.
Limitations
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 :
In the HTML code, define the main currency of your store, i.e. GBP:
{{ 12 | price: “GBP” }}
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” }}
You can also use the same step for:
{{ order.total | price: “CLP” }}
{{ order.shipping | price: “CLP” }}
After Checkout, the Customer will be charged in the Store’s Main Currency (i.e. GBP).
Free trial for 14 days. No credit card required.