Home › Forums › WoodMart support forum › WooCommerce Multi Currency plugin (CURCY) + WoodMart free shipping bar
WooCommerce Multi Currency plugin (CURCY) + WoodMart free shipping bar
- This topic has 5 replies, 2 voices, and was last updated 1 year ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 29, 2024 at 1:12 pm #576412
designmonoParticipantHi,
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.
July 1, 2024 at 2:29 pm #576740
Aizaz Imtiaz AwanKeymasterHello,
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.
July 7, 2024 at 6:53 am #581574
designmonoParticipantCould you explain what this filter is supposed to do exactly? We have inserted the code and can’t see any changes.
July 8, 2024 at 2:27 pm #581756
Aizaz Imtiaz AwanKeymasterHello,
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.
July 10, 2024 at 9:31 am #582279
designmonoParticipantThank 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.
July 10, 2024 at 2:52 pm #582412
Aizaz Imtiaz AwanKeymasterHello,
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.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register