Giter Club home page Giter Club logo

epi.libraries.commerce.exchangerates's People

Contributors

jstemerdink avatar

Watchers

 avatar  avatar

epi.libraries.commerce.exchangerates's Issues

Version 1.0.1.0 adds instead of updating

Runing the job adds everytime instead of updating. After running the job several times, my EURO has over 100 rates, USD is several time for example.

Downloaded from Episerver Nuget. version 1.0.1.0

Wrong way around? with Mediachase...CurrencyFormatter.ConvertCurrency

Hi Jeroen! Nice plugin.

I had to change the logic of converting to make it work. How do your convert?

When using
Mediachase.Commerce.Shared.CurrencyFormatter.ConvertCurrency(workingCurrencyPrice,workingCurrency), new Currency(tryCurrency));

Before in the currency table I had on 1 SEK = EUR 0.1111 and with your plugin 1 SEK = EUR 9.46

To make it work i did a work around:

//crasy thing to make the EPi.Libraries.Commerce.ExchangeRates to work
Money displayPrice = Mediachase.Commerce.Shared.CurrencyFormatter.ConvertCurrency(new Money(workingCurrencyPrice, tryCurrency), new Currency(workingCurrency));//other way around
displayPrice = new Money(displayPrice.Amount, new Currency(tryCurrency)); // becauce the currency get twisted

Would be nice to have it configuable?

Regards!

Configurable which currency do update

Hi Jeroen,

I have downloaded the plugin thru nuget.episerver.com with fixer provider.

Would it be possible to make it configurable which currency to download, instead of downloading all 32 of them? Not important but nice to have.

Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.