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

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

Viewing 6 posts - 1 through 6 (of 6 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.

    #581574

    designmono
    Participant

    Could you explain what this filter is supposed to do exactly? We have inserted the code and can’t see any changes.

    #581756

    Hello,

    You needs to contact the plugin support, which should provide the code that needs to be inserted inside this filter before return $limit; (https://prnt.sc/wMAGG9ujeZ1v).

    After that, the filter should be placed in the functions.php file in the child theme.

    Best Regards.

    #582279

    designmono
    Participant

    Thank you. In case we switch to one of your supported plugins, would it be possible to set fixed goal amounts in multiple currencies (in free shipping bar settings)?

    For example, free shipping for orders over €200 / $200 / £150.

    #582412

    Hello,

    You can use any of the plugins we provided here (https://xtemos.com/forums/topic/woocommerce-multi-currency-plugin-curcy-woodmart-free-shipping-bar/#post-576740), but the free shipping progress bar will not work as you described. It is impossible to set three different target price values for three different currencies because there is only one target price input field.

    When you enter this price in the default currency, its value will automatically convert to the equivalent in another currency depending on their exchange rate.

    Best Regards.

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