Skip to content

Multicurrency

Ales Fizesan edited this page Mar 8, 2021 · 3 revisions

WORK IN PROGRESS

The very short official WooCommerce doc: https://docs.woocommerce.com/document/shop-currency/

Multicurrency in WooCommerce can be achieved in 3 ways:

  1. Shop's show prices in multiple currencies, but checkout happens in EUR. Already possible and supported by WooCommerce (with separate plugins) and Mollie.
  2. Shop's use a default currency other than EUR in WooCommerce. When our plugin is updated to use API v2, this will be supported by WooCommerce & Mollie out of the box. This is NOT multicurrency of course. Just 'other than EUR currency'.
  3. Shop's show prices in various currencies (other than EUR) and shop-customers can also checkout in those currencies. This is the real deal, full multicurrency. WooCommerce does not support this by default, and Mollie API v2 does. Shop-owners will need to use third party plugins to add support for this in WooCommerce, and hopefully this will work together with our updated plugin.
Plugin Installs WooSubs Status Costs
WooCommerce Multilingual 80k Needs test tested & seems compatible
WooCommerce Currency Switcher 30k Needs test tested & seems compatible
WooCommerce Price Based on Country 9k Needs test tested & seems compatible
WooCommerce Multi Currency 4k Needs test tested & seems compatible
Currency Switcher for WooCommerce 3k Needs test tested & seems compatible

After testing it seems that most plugins implemented this in an ideal way, so the Mollie plugin with API v2 should support them without extra modifications. The area that will need extra testing and attention is these multicurrency plugins in combination with WooCommerce Subscriptions, when currency switching happens in the checkout.

Clone this wiki locally