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 117 forks source link

where is the Exchange Rate for each currency? #45

Open raulperezalejo opened 9 years ago

raulperezalejo commented 9 years ago

I have seen in Spree3 that this Gem take in the admin interface you should put the price for each currency. Is there any currency rate approach like there use to be before? could someone tell me when did this change took place? Is there any fork for Spree3 working with the exchange rate approach. I think the rates are a better way to make the approach, don´t know the reasons why this change was made, but the older is more standard, more international and extended. thank you very much

nobicycle commented 8 years ago

Not knowing enough about Rails, I will venture to ask if this can be temporarily be done programmatically, as in: product.price(Product_ID,EUR)=FXRATE*product.price(Product_ID,USD) Can this be done directly on the database or would it have to pass through some Rails layer?

artem-russkikh commented 8 years ago

There is my gem, it expands spree_multi_currency functionality https://github.com/itbeaver/spree_fx_currency