
The Coding Studio Inc. Tips
Add Custom Currency to Magento 2
Published: 2023-10-15
As we all know Magento 2 does not support CryptoCurrency yet, so here we are going to learn how we can add a new currency. The very first step to start with is to modify your module’s registration.php file In the above code, we have added require_once in order to modify the available currencies Here [...]