• Resolved mklusak

    (@mklusak)


    I think this plugin does not recalculate price for cart fees (added via woocommerce_cart_calculate_fees hook). It shows same amount, only with different currency symbol (60 CZK fee = 60 EUR fee).

    Maybe it’s not possible to do “on the fly” (no good hooks), but I was quite surprised.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi. Seem you use 3rd plugin. It is not compatible with this plugin

    Thread Starter mklusak

    (@mklusak)

    Well, yes, it’s in my custom PHP code. Just simple:

    $woocommerce->cart->add_fee( 'Some fee' , $fee, false );

    $fee is amount in default currency. And its display is unaffected by currency switcher.

    I don’t think it’s incompability. It looks like the plugin does not care about cart fees currency.

    put $fee in wmc_get_price() to change value before show it

    Thread Starter mklusak

    (@mklusak)

    Thank you!

    Do you need any other help now?

    Thread Starter mklusak

    (@mklusak)

    No. But again – I would expect this plugin to do fees recalculation automatically (somehow).

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cart fees amount not converted’ is closed to new replies.