Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.12 KB

Solidus Multi-Currency

Provides UI to allow configuring multiple currencies in Solidus.

This provides 3 preferences:

  • allow_currency_change - Allow the users to change their currency via the currency set action.
  • show_currency_selector - Display the currency selector in the main nav bar. This will only display if there are multiple supported currencies, and allow_currency_change is on.
  • supported_currencies - A comma separated list of

Installation

Add to your Gemfile

gem 'solidus_multi_currency', github: 'whelton/solidus_multi_currency'

Run

bundle && bundle exec rails g solidus_multi_currency:install

Contributing

See corresponding guidelines


License

Copyright (c) 2007-2015 James Whelton, Solidus, and other contributors, released under the New BSD License