İçindekiler
Full flow from zip upload to cron-based automatic price updates
1
1) Upload Zip Package
Extract module and upload to WHMCS root:
modules/addons/currencyupdater/
2
2) Enable Addon Module
In WHMCS admin, enable Currency Updater under Addon Modules. Then, enter your license key in the "License Key" field.
3
3) Configure Core Settings
In Currency Updater > Settings, configure:
- Base Currency (
base-currency) - Rate Provider: TCMB / ECB / Alpha Vantage
- Extra Rate Fee (%)
- Alpha Vantage API Key (if selected)
4
4) Add Cron Job
Add the cron command from settings page (recommended every 6 hours):
0 */6 * * * /path/to/php -q /path/to/whmcs/modules/addons/currencyupdater/cron.php
Türkçe