Adding Iranian Toman to magento 2
- Magento 2 uses PHP ICUData for currency values so adding a new currency to Magento 2 is not that easy.
- This module is using custom resource files to add a new currecny to Magento 2.
- I've added Iranian Toman to Magento 2 by this module but any custom currency (such as bitcoin, etc) can be added using the same method.
- You can also install this module in your own project using composer, but use it at you own risk.
- note: Use composer to install this module, because without proper autoload configuration this module won't work.
- If you have any questions contact me at [email protected]
اضافه کردن واحد پول تومان به مجنتو ۲
- در صورتی که قصد استفاده از این ماژول را دارید حتما برای نصب آن از کامپوزر استفاده کنید.
- در صورت بروز هر مشکلی به دلیل استفاده از این ماژول، هیچ مسئولیتی متوجه نویسنده ماژول نیست و هیچ پشتیبانی ارائه نمی شود.
- اگر سوالی دارید می توانید با ایمیل زیر با ما در تماس باشید: [email protected]
Install Guide:
- composer config repositories.babirusa/toman vcs https://github.com/aminlatif/Babirusa_Toman.git
- composer require babirusa/toman:dev-master
- php bin/magento module:enable Babirusa_Toman