«European Central Bank Currency Converter» extension

The «European Central Bank Currency Converter» Magento 2 extension retrieves currency exchange rates from the European Central Bank as a more reliable alternative to the built-in Magento WebserviceX.NET currency converter, which sometimes does not work (see also the issue 2757).

The extension’s code is on GitHub: https://github.com/mage2pro/currency-convert

How to install

composer require mage2pro/currency-convert:*
bin/magento setup:upgrade
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US <additional locales, e.g.: de_DE>
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile

If you have some problems while executing these commands, then check the detailed instruction.

Hi,

I’ve installed as per instruction, with the exception of static content deploy as Magento is set to developer mode.
Magento 2.2.4
No errors. But I can’t see the ECB on the dropdown… is there any extra step?

I have checked it right now: it works as usual.
I can install it myself for $50.
01

1 Like

Thanks Dmitry - yes it does work perfectly it was a cache issue.
But I’ll be contacting you re Stripe module, I’ll install the test module this weekend on Staging.domain.com to test.

A post was split to a new topic: The payment input fields aren’t working with live stripe keys