test-magenx / module-currency-symbol
N/A
Package info
github.com/test-magenx/module-currency-symbol
Type:magento2-module
pkg:composer/test-magenx/module-currency-symbol
Requires
- php: ~7.3.0||~7.4.0
- magento/framework: 103.0.*
- magento/module-backend: 102.0.*
- magento/module-config: 101.2.*
- magento/module-directory: 100.4.*
- magento/module-page-cache: 100.4.*
- magento/module-store: 101.1.*
This package is auto-updated.
Last update: 2026-02-13 10:27:47 UTC
README
CurrencySymbol enables the creation of custom currencies and management of currency conversion rates.
Controllers
Currency Controllers
CurrencySymbol\Controller\Adminhtml\System\Currency\FetchRates.php gets a specified currency conversion rate. Supports all defined currencies in the system. CurrencySymbol\Controller\Adminhtml\System\Currency\SaveRates.php saves rates for defined currencies.
Currency Symbol Controllers
CurrencySymbol\Controller\Adminhtml\System\Currencysymbol\Reset.php resets all custom currency symbols. CurrencySymbol\Controller\Adminhtml\System\Currencysymbol\Save.php creates custom currency symbols.