test-magenx / module-currency-symbol
N/A
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
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: 2024-11-13 07:54:02 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.