Hi,
I’m trying to build an ecommerce store and am in the process of trying to implement a currency selector. I have the selection system all working with just a simple dropdown input that stores the chosen currency in the user’s data however I am running into issues when trying to actually convert prices to the chosen currency.
I have tried numerous plugins and simply the API Connector (which I struggle to use) and the only one that I find any use is the Alphavantage Currency Converter but I am using API keys from: https://exchangeratesapi.io/ .
This has worked great and I now have every price displaying the original price (in GBP) * The exchange rate from GBP to the chosen currency (currently, USD, EUR, JPY, AUD and CAD) and then formatted correctly. To get the exchange rate I “get external data from API” and use the Alphavantage currency converter plugin and the convert from GBP to “Current User’s Currency” and then take the exchange.
The exchange rates are updating in real time (though on a limit) and work perfectly outputting the correct conversions every time, however the issue that I am now facing is that when I stop working on my site and come back to it later the conversions do not work correctly anymore, they simply shows 0.00. If I inspect with the debugger tool it seems that the plugin is just not working and all the results for when I take the exchange rate are “empty”.
This has happened twice now and I’m not sure how I resolved it the first time. I don’t understand why it all works perfectly and then with no changes stops working. Can anyone figure this out or know any alternative methods to achieve the same desired outcome?
Any help is greatly appreciated,
Many thanks,
Freddie