test-magenx /module-currency-symbol
N/A
100.4.2
2021-10-10 22:14 UTC
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-09-13 07:27:11 UTC
README
CurrencySymbol 允许创建自定义货币并管理货币转换率。
控制器
货币控制器
CurrencySymbol\Controller\Adminhtml\System\Currency\FetchRates.php 获取指定货币的转换率。支持系统中定义的所有货币。 CurrencySymbol\Controller\Adminhtml\System\Currency\SaveRates.php 保存定义货币的比率。
货币符号控制器
CurrencySymbol\Controller\Adminhtml\System\Currencysymbol\Reset.php 重置所有自定义货币符号。 CurrencySymbol\Controller\Adminhtml\System\Currencysymbol\Save.php 创建自定义货币符号。