Tools for dealing with currency display and conversions. You can configure currencies and converters via the Settings page.
- Settings > Currencies
- Settings > Currency converters
The following plugins extend or depend on the plugin

Pay
Invoicing and Accounting
Pay
Invoicing and Accounting

Fewo Verwalter plugin
Interface to Fewo-Verwalter software, to display objects, houses and offers. IONCUBE is needed.
Fewo Verwalter plugin
Interface to Fewo-Verwalter software, to display objects, houses and offers. IONCUBE is needed.

Money
Easy money management within October
Money
Easy money management within October

Easy Shop
Best eCommerce and intuitive plugin for OctoberCMS
Easy Shop
Best eCommerce and intuitive plugin for OctoberCMS

Simple CRM
Simple Customer Relationship Management.
Simple CRM
Simple Customer Relationship Management.

Let's rent
The core component for building a rental database
Let's rent
The core component for building a rental database

Let's rent cars
The perfect solution for any car rental business
Let's rent cars
The perfect solution for any car rental business
The following theme uses this plugin
Formatting currency
You may call the currency facade in PHP using Currency::format
or in Twig using the |currency
filter.
<?= Currency::format(10) ?> {{ 10|currency }}
This method takes an options argument, as an array that supports various values.
- to: To a given currency code
- from: From a currency code
- format: Display format. Options: long, short, null.
For example, to convert an amount from USD to BTC:
Currency::format(10, ['from' => 'USD', 'to' => 'BTC']);
To display a currency in long or short format
// $10.00 USD Currency::format(10, ['format' => 'long']); // $10 Currency::format(10, ['format' => 'short']);
-
Bagas Udi Sahsangka
Found the plugin not useful on 2 Apr, 2021
not working for all middle east currencies
-
Pavel Andrei
Found the plugin useful on 9 Mar, 2021
Hi. Do you have any ideea where to check the currency value update? Since 03.03.2021 the EUR vs RON value is not changed in the database and we didn't made any changes except moving the website from subfolder to main public_html.
Thank you in advance.
-
Umaha Tokula
Found the plugin useful on 22 Oct, 2020
How can one add additional converters? Apparently, the available converters don't work for all currencies, eg The Nigerian Naira (NGN)
-
David Lundquist
Found the plugin useful on 5 Sep, 2017
This is a pretty good tool I would def suggest using it.
-
1.0.7 |
Fixes compatibility with October CMS v3 Oct 11, 2022 |
---|---|
1.0.6 |
Fixes bug in Currency form widget casting null to 0.00 Mar 27, 2021 |
1.0.5 |
Added Italian translation. Dec 07, 2019 |
1.0.4 |
Improvements to currency formatting parameters. Aug 31, 2018 |
1.0.3 |
Add new exchanges Fixer and CoinMarketCap. Yahoo exchange has been discontinued. Aug 31, 2018 |
1.0.2 |
Add currency form widget and list column type. Jan 26, 2017 |
1.0.1 |
First version of Currency Jul 02, 2016 |