Wrong shipping costs (Printful) only with some currency
-
Hello
I had a problem calculating shipping price with multi currencies.
USD was correct but when changing currency it did not calculate it right.
I found a solution in this link:https://wpml.org/forums/topic/wrong-shipping-costs-printful-only-with-some-currency/
This is the solution:
/wp-content/plugins/printful-shipping-for-woocommerce/includes/class-printful-shipping.php
and on line 237
change this:
‘currency’? => get_woocommerce_currency(),
to this:
‘currency’? => get_option( ‘woocommerce_currency’ ),Please have a look and if you can update your plugin. I’m not the only one with this problem.
I’m using polylang.
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Wrong shipping costs (Printful) only with some currency’ is closed to new replies.