• Resolved ehuds

    (@ehuds)


    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)
  • Hi there,

    Thank you for sharing your feedback and info with us and sorry for taking so long to get back to you. This post was also shared with the responsible team. Unfortunately, I learned that multi-currencies and multi-languages aren’t supported by our plugin for now, and no ETA when this could change.

Viewing 1 replies (of 1 total)
  • The topic ‘Wrong shipping costs (Printful) only with some currency’ is closed to new replies.