cryptom2 / magento-custom-currency
Custom Currency for Magento 2
Installs: 20
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- cryptom2/base: ^1.0.0
- laminas/laminas-dependency-plugin: ^2.1
README
Extension allows to add any custom currency to Magento 2.
Table of contents
Features
- Add as many currencies as you want.
- Customize precision (decimal places), output format, symbol etc.
- Preloaded with some top cryptocurencies like Ethereum (ETH), Polygon (Matic), USDT, USDC.
Installation
Install module:
composer require cryptom2/magento-custom-currency:v1.0.0
And run
php bin/magento setup:upgrade
Add New Currency
- Go to
Stores->Crypto->Custom Currencies
- Click
Add New Currency
- Fill data and save
Author
Ihor Oleksiienko
License
Extension is licensed under the MIT License - see the LICENSE file for details