magenxcommerce/module-currency-symbol

N/A

Installs: 109

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/magenxcommerce/module-currency-symbol


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.