admin管理员组

文章数量:1181439

I have a custom fee that I add to the woocommerce checkout page if a user checks a checkbox. I'm adding this fee like this

$cart->add_fee("My Custom Fee", 60, true);

If i change the currency with WooPayments this fee does not change. How can I tap into WooPayments to convert this for me OR how can i get the current currency exchange rate to do the math myself programatically?

本文标签: Woocommerce Payments Currency Conversion on Custom FeeStack Overflow