spree-contrib / spree_multi_currency

Provides UI to allow configuring multiple currencies in Spree.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
41 stars 118 forks source link

added automatic currency conversions #15

Closed yonahforst closed 10 years ago

yonahforst commented 10 years ago

Added automatic conversion from base currency to other supported currencies. Automatic conversions can be enabled/disabled per variant/currency combination.

Uses money gem and GoogleCurrency as the default bank (can be overridden in an initializer)

yonahforst commented 10 years ago

realized its better to move the conversion logic to the model