Not working on multi currency sites
-
The plugin bypasses any filters and just gets the default currency as set in the woocommerce_currency option so any multi currency plugin that makes modifications to the currency using the woocommerce_currency filter isn’t being considered by this plugin.
In my version instead of using a straight forward get option like below:
get_option('woocommerce_currency')
I’m running mine through the filter.
apply_filters( 'woocommerce_currency', get_option('woocommerce_currency') )
Any chance you could update your plugin to do similar please?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Not working on multi currency sites’ is closed to new replies.