[ad_1]
Hi,
Do you mean the “Free shipping” method included in WooCommerce?
You have to enable the option “Apply the exchange rate to the shipping cost” at WooCommerce > Pricing zones > Options > Advanced.
If you do not want to enable this option, you can use the following code snippet to the plugin to convert the minimum order amount:
add_filter( 'wc_price_based_country_free_shipping_exchange_rate', '__return_true' );
