Home Forums WoodMart support forum WooCommerce Multi Currency plugin (CURCY) + WoodMart free shipping bar

WooCommerce Multi Currency plugin (CURCY) + WoodMart free shipping bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #576412

    designmono
    Participant

    Hi,

    We’re using this plugin to enable multiple currencies on the store: https://wordpress.org/plugins/woo-multi-currency/

    When setting up the free shipping bar in theme settings, it’s possible to input the goal amount in one currency only (default one). Is there any workaround to make the free shipping bar work with different currencies?

    Thank you for your support.

    #576740

    Hello,

    Our theme supports the following two multicurrency plugins:
    – [WooCommerce Multilingual](https://wordpress.org/plugins/woocommerce-multilingual/)
    – [WooCommerce Currency Switcher](https://wordpress.org/plugins/woocommerce-currency-switcher/)

    WoodMart does not support the plugin you mentioned in your message, but if you need to use that specific plugin, we have a filter that allows you to change the price you set in the settings.

    add_filter( 'woodmart_shipping_progress_bar_amount', function ($limit) {
    
    	return $limit;
    });

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)