Making it work with multiple currencies
-
I’m one of the developers of the WooCommerce Multilingual plugin and we have a few users who use your plugin but would also like to use it in the context of multiple currencies.
Because of this piece of code:
public function using_supported_currency() {
return in_array( get_woocommerce_currency(), array( ‘BRL’ ) );
}the plugin showing that ‘disabled’ warning on pages that use a different currencies. I think that this would not be needed if you’d limit the payment gateways for specific countries. There’s even an extension for that (that we’ve created) WooCommerce Payment Gateways Country Limiter.
Do you think you want to consider adjusting this so these people can use your plugin?
Thanks!
- The topic ‘Making it work with multiple currencies’ is closed to new replies.