Skip to content

aegixx/spree_multi_currency

 
 

Repository files navigation

Spree Multi-Currency

Build Status Code Climate

Provides UI to allow configuring multiple currencies in Spree.

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 'spree_multi_currency', github: 'spree-contrib/spree_multi_currency', branch: 'master'

Run

bundle && bundle exec rails g spree_multi_currency:install

Contributing

See corresponding guidelines


License

Copyright (c) 2007-2015 Gregor MacDougall, Spree Commerce, and other contributors, released under the New BSD License

About

Provides UI to allow configuring multiple currencies in Spree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.1%
  • CoffeeScript 1.3%
  • Other 0.6%