Description
WooCommerce Multiple Currencies
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:
- Through the WooCommerce Multiple Currencies -> Settings menu select the available currencies and where the currency switcher has to be displayed
- 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.
Place orders using base currency
You can optionally force orders to be placed used the store base currency
Customization options
Price display can be customized by setting the Symbol position, Number of decimals, Flag and much more.
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.

