Your store will display product prices according to the selected currency! The WooCommerce Multiple Currencies is very straightforward: install, select the currencies, and the update rates frequency!
It doesn’t require you to configure any paid 3rd party service to update rates or any additional tricky setting! It relies on its own update rate system (powered by CurrencyConverterApi) that doesn’t require any extra configuration.

LIVE DEMO

https://www.codecanyondemo.work/wcmc/wp-admin
(Shop admin account)
user: demo
pass: demo

(Customer account)
user: demo2
pass: demo

How to automatically update the plugin

To receive automatic updates just install and configure the Envato updater plugin: https://goo.gl/pkJS33 .The official guide that explains how to configure it can be found at the following link: https://envato.com/market-plugin .

How it works

Once activated, you need just a few steps to make it work:

  1. Through the WooCommerce Multiple Currencies -> Settings menu select the available currencies and where the currency switcher has to be displayed
  2. Through the WooCommerce Multiple Currencies -> Exchange rates menu select the update frequency (every 15 min, 30 min, once a day, …)

That’s it!
The plugin will automatically update rates without the need for any further configuration or 3rd party services. The plugin relies on its own innovative update rates service without requiring the shop admin to set any additional tricky setting (update rate services powered by CurrencyConverterApi)!

Currency switcher display options

The plugin allows the automatic display of the Currency switcher in any page footer, in any menu (as the first or last element), or through a Widget! The widget can be
added to any widget area through the Appearance -> Widget menu.

Geolocation: default currency per location

For each currency, the shop admin can optionally associate default countries. In this way, the plugin will automatically select that currency at first access of any customer coming from that country.
Country detection is performed using the WooCommerce Geolocation feature.

Currency position

For each currency, you can easily assign its own position (before or after the price)!

Payment gateway per currency

Would you like to make available only certain payment gateways for some currencies? You can! Just select the ones you need for each currency using the Exchange rate menu.

Shortcode

Through the special [wcmc_currency_selector] you can optionally display the currency switcher in any place!

PHP function

The wcmc_currency_selector(); function allows displaying the currency switcher in any template.

WPML

You can associate each currency with available languages. So every time the customer switches languages, the site will use the associated currency.

Usage notes

Some payment gateway may not accept some currencies. In these cases, they won’t be available on the checkout page. For example, PayPal supports the following: https://developer.paypal.com/docs/api/reference/currency-codes/.
Some currencies may have some restrictions, like the Indian rupee that can be used only by Indian PayPal accounts.

Some payment gateway plugins, like “WooCommerce PayPal Checkout Payment Gateway”, maybe not properly trigger the proper actions while retrieving product price data. This prevents the plugin from properly computing the proper product price data according to
the selected currency.

In the admin area, the base currency will be used as the default currency.
On the My Account -> Orders and Orders details page, currency switching won’t take effect. Orders details are reported according to the currency by which they were placed.

Some payment gateways may be performing rounding on the final price in case the number of decimals is too high for a given currency.

If you are using 3rd party plugins to manipulate item prices or add custom shipping methods, make sure they are triggering the default WooCommerce actions and filters while they are manipulating prices. Otherwise, the WooCommerce Multiple Currencies plugin won’t be able to hook into those processes and set the price according to the selected currency.

SCREENSHOTS

Setting page
Exchange rates page
Frontend – Currencies switcher (menu element and widget)

CHANGE LOG

= 6.4 - 17.05.23 =
* Added search box for currencies

= 6.3 - 14.04.23 =
* Added new currencies

= 6.2 - 12.01.23 =
* A default currency can be now associated to a language (WPML)

= 6.1 - 30.12.22 =
* Typo

= 6.0 - 28.12.22 =
* Minor improvements

= 5.9 - 10.11.22 =
* Typo

= 5.8 - 10.11.22 =
* Typo

= 5.7 - 07.11.22 =
* Fixed an issue that in some cases lead the plugin to crash

= 5.6 - 07.10.22 =
* Minor improvements

= 5.5 - 13.12.21 =
* Improved currency menu selection display in the settings menu

= 5.4 - 10.11.21 =
* Fixed an issue that prevented options to be properly saved

= 5.3 - 13.03.21 =
* Fixed a visual issue related to the currency selector

= 5.2 - 12.03.21 =
* Added a new display option

= 5.1 - 10.11.20 =
* Improved the scheduler

= 5.0 - 16.10.20 =
* Fixed an issue due to a notice being displayed if a currency had any currency symbol associated with it

= 4.9 - 06.10.20 =
* Improved currency selection process

= 4.8 - 22.09.20 =
* Added option to set position for each available currency

= 4.7 - 28.08.20 =
* Minor bugfix

= 4.6 - 28.08.20 =
* Fixed a minor bug

= 4.5 - 14.08.20 =
* Fixed an issue related to WordPress 5.5 and jQuery

= 4.4 - 13.08.20 =
* Improved currency widget selector: country flag is now displayed for the selected currency

= 4.3 - 28.07.20 =
* Added option to force switch to the base currency when the customer reaches the checkout page

= 4.2 - 21.07.20 =
* Removed flag display in the widget selector selected element due to a WooCommerce selectWoo library rendering issue

= 4.1 - 30.01.20 =
* Fixed a WPML issue due to the switcher not being displayed on the translated menu

= 4.0 - 08.11.19 =
* Improved currency...