Is it compatible with the Price Based on Country for WooCommerce plugin?

Top WooCommerce & WordPress Plugins Forums Order Minimum/Maximum Amount for WooCommerce Is it compatible with the Price Based on Country for WooCommerce plugin?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #93233
    Pak Kriss
    Guest
    #93234
    Moshtafizur
    Moderator
    Plugin Support

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.