This plugin adds in the header of the front area a select box of currencies set from the Admin panel.
And, allow users to get estimation of the items prices in other currencies.
Here is the list of the currently implemented services:
For certain currency exchange rate services, you need to get an API credentials.
currencylayer.com - Get Access Key here.
exchangerate-api.com - Get API Key here.
exchangeratesapi.io - Get Access Key here.
openexchangerates.org - Get App ID here.
fixer.io - Get Access Key here.
European Central Bank - Check out the data here.
Russian Central Bank - Check out the data here.
Central Bank of Turkey - Check out the data here.
National Bank of Ukraine - Check out the data here.
Central Bank of Czech Republic - Check out the data here.
National Bank of Romania - Check out the data here.
v4.1.0 => LaraClassifier v15.0.0+
v4.0.0 => LaraClassifier v14.0.0 to v14.2.0
v3.1 => LaraClassifier v12.0.0 to v13.0.0
v3.0 => LaraClassifier v11.0.0 to v11.0.4
v2.3 => LaraClassifier v10.2.0 to v10.2.6
v2.2 => LaraClassifier v10.0.2 to v10.1.4
v2.1 => LaraClassifier v10.0.0 to v10.0.1
v2.0 => LaraClassifier v7.3.0 to v9.0.1
v1.9 => LaraClassifier v7.3.0
v1.8 => LaraClassifier v7.2.0 to v7.2.4
v1.7 => LaraClassifier v7.1.0 to v7.1.1
v1.6 => LaraClassifier v7.0.0 to v7.0.4
v1.4 to v1.5 => LaraClassifier v6.8 to v6.9
v1.3 => LaraClassifier v6.6 to v6.7
v1.2 => LaraClassifier v6.0 to v6.5
v1.1 => LaraClassifier v5.2 to v5.9
v1.0 => LaraClassifier v5.1
To install this plugin:
Unzip the plugin package
Rename the unziped directory to "currencyexchange"
Move the "currencyexchange" directory to the script's /extras/plugins/ directory like this: /extras/plugins/currencyexchange/
Go to your Admin panel → Plugins (and click on "Install") to install it.
You will need your Purchase Code that you can find by following this link.
Replace all the plugin's files in the core app's /extras/plugins/currencyexchange/ directory.
To configure the plugin settings:
Go to your website Admin panel → Settings → General → Currency Exchange
To translate this plugin into your language:
Go to the plugin languages directory in the core app's /extras/plugins/currencyexchange/lang/
Duplicate the folder /extras/plugins/currencyexchange/lang/en/ to /extras/plugins/currencyexchange/lang/<code>/
NOTE: Don't forget replace <code> by your language code (e.g. "de" for German language).
Open the file /extras/plugins/currencyexchange/lang/<code>/messages.php and translate it.
NOTE: To translate the file, you must change the values and not the keys of PHP array.
To uninstall this plugin
Go to your website Admin panel → Plugins (and click on "Uninstall") to uninstall it.
To remove this plugin:
Uninstall it
Go to the core app's /extras/plugins/ directory and remove the currencyexchange/ directory (with its content).