Hello Pak,
Thanks for reaching out.
Our plugin might work with the Price Based in Country plugin.
It is expected to update totals automatically whenever the country/region field is changed. To force a refresh, you might add the following code to your functions.php
file:
add_filter( 'woocommerce_checkout_fields', function ( $fields_sections ) {
$fields_sections['billing']['billing_country']['class'][] = 'update_totals_on_change';
return $fields_sections;
}, PHP_INT_MAX );
I would also suggest you test compatibility with the free version of our plugin first. You can download the free version of the plugin here.
P.S. The plugin also has a built-in multi-currency feature, which is only available in the Pro version of the plugin. It allows you to specify different amounts for different currencies.
I hope you found this information beneficial. If you have any other questions or need assistance, please contact me.
Kind regards,
Moshtafizur