• Resolved cybertron1

    (@cybertron1)


    Hi
    Seems too be an excellent plugin! however, on the seettings page where youoo see,

    0EUR of 10000EUR you will need to for example:

    My base currency is SEK, so for me it says:
    kr96.00 of kr10,000.00 which is wroong, it should say:
    kr96.00 of kr99680.00 (which is the coonverted amount for sweden), this would apply to all that are not using EUR as base currency.
    perhaps the easiest fix is to be able to set your own limit?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author vendidero

    (@vendidero)

    Hi there,

    yep, that’s quite some issue as auto-currency-conversion is not really a problem the plugin should solve ??

    You might use the oss_woocommerce_delivery_threshold filter to adjust the threshold to your own needs, e.g.:

    add_filter( 'oss_woocommerce_delivery_threshold', function() { return 99680; } );

    Cheers

    Thread Starter cybertron1

    (@cybertron1)

    Awesome!! That will work perfectly

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘You need to convert 10000EUR’ is closed to new replies.