Skip to content

WordPress plugin, which provides currency conversion options via fixer.io

License

Notifications You must be signed in to change notification settings

mresults/mr-fixer-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fixer.io Currency Converter

Fixer.io Currency converter is a WordPress plugin which utilises the fixer.io API to provide currency conversion options. These options are provided via shortcodes, and a widget.

Usage

The plugin's available currencies, default selected currency, and base currency, may be selected via the plugin's settings page.

Shortcodes

[mr_fixer_io_currency_select]

This shortcode will output a list of preferred currency links. The available currencies can be configured via the plugin settings. There are no attributes.

[mr_fixer_io_convert value= currency= ]

This shortcode will convert a value to either the known preferred currency, or a currency defined via the currency attribute. There are two attributes:

  • value - This is an integer or decimal value, which will be converted from the configured base currency to the supplied or preferred currency. If the attribute is not supplied, the value will default to 1.00.
  • currency - This is a string corresponding to the currency code of one of the configured available currencies. If the currency is supplied in the shortcode, it will override any currency preference set by the viewer.

[mr_fixer_io_selected_currency]

This shortcode will display the currently selected currency.

Widgets

  • A currency selection widget is provided. The options are defined by the available currencies selected in the plugin's settings.
  • A selected currency widget is provided. The widget will display the ISO code of the currently selected currency.

Features

  • Retains selected currency via local storage, with session fallback
  • 'Instant' conversion via Javascript DOM manipulation with server request fallback
  • Option to prefix converted value with currency code

Libraries

History

The plugin was built as a training exercise for Marketing Results staff, to introduce WordPress plugin development concepts. The initial plugin provided

  • A shortcode to render a currency selection widget
  • A shortcode to provide conversion for a given value

Over time, the plugin has been extended to provide more functionality. See the Usage section below for more information.

Reuse

This plugin is free to use and modify. It is covered by the GPL-2.0+ License.

Roadmap

The following features will be built

  • Currency selection widget (done)
  • Shortcode to display the selected currency (done)
  • Widget to display the selected currency (done)
  • Dashboard settings page (done)
  • 'Base currency' setting (done)
  • 'Available currencies' setting (done)
  • 'Default currency' setting (done)
  • 'Prefix currency ISO code before converted values' setting
  • Cache fixer.io requests to save bandwidth (done)
  • Enable currency conversion to occur via AJAX request (done)
  • Add default styling to the currency selector shortcode and widget
  • Add default styling to the selected currency shortcode and widget

About

WordPress plugin, which provides currency conversion options via fixer.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published