Currencies
Managing currencies rates and more
Last updated
Managing currencies rates and more
Last updated
After login to your admin panel select currencies from the left navbar
You will be able to see all the available currencies at currencies page at this page you will be able to add edit remove or make default currency.
Please make sure you have entreprise or any package which has multi-currency feature enabled otherwise you will be not able to view this page.
Please click on on the Add button on the top right side
And when you add new currency you will get this page
Select the status enabled
Add currency name
Add currency country name
Add currency rate and click on Save
To delete any currency just hit on the delete button to any specific currency you like to delete
To set any currency as a default currency. on currency page click on the default drop button the page will reload and the system will set your selected currency as a default currency to be loaded.
To update currency rates with the latest rates click on auto update rates but before hat make sure you have used your own API keys for the currency. To have your API keys signup at : https://apilayer.com/marketplace/currency_data-api?utm_source=apilayermarketplace&utm_medium=featured Then obtain your API Keys and paste them under the file yoursite.com/admin/_config.php then try using the auto update all currencies.
If you are looking to update your currencies automatically by setting cronjob time then follow this guide.
Make sure you have already added your API key under the file yoursite.com/admin/_config.php
Create cronjob on your server and add below URL in your cron job
Link : https://yoursite.com/admin/cron_currencies.php
That's all