The plugin exposes a Currency Converter's methods:
{% set amount = craft.entries.section('my-section').one().numberfield %}
{{ craft.currency.conversion('USD', 'EUR', amount) }}
Also passing number as string:
{{ craft.currency.conversion('USD', 'EUR', 23) }}
- Installation Instructions
To install this plugin, copy the command above to your terminal.
- Active Installs
- 225
- License
- MIT
- Last release
- August 25, 2022
- Activity (30 days)
- 0Closed Issues0Open Issues0Merged PRs0Open PRs