Home Forums Plugins CURCY – WooCommerce Multi Currency Compatibility with free shipping bar (WoodMart – Xtemos)

Compatibility with free shipping bar (WoodMart – Xtemos)

  • Author
    Posts
  • #206378

    Hello,

    Our website is built with the WoodMart theme by Xtemos, and there’s an option to set a free shipping bar in theme settings. However, the free shipping bar is currently not compatible with multiple currencies as we can enter the goal amount in a default currency only.

    Theme developers have shared this filter to enable multiple currencies:

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

    Could you please provide the code that needs to be inserted inside this filter before return $limit?

    Thank you for your help!

You must be logged in to see replies to this topic. Click here to login or register