Hi @cainchang
Yes, both of those payment methods are supported.
Kind Regards,
It seems when store currency is RMB(Chinese Yuen), neither the WeChat Pay nor AliPay gateway option is available unfortunately. Sad.
-
This reply was modified 3 years, 9 months ago by
cainchang.
@cainchang those payment method support the following currencies:
WeChat: ‘AUD’, ‘CAD’, ‘EUR’, ‘GBP’, ‘HKD’, ‘JPY’, ‘SGD’, ‘USD’
AliPay: ‘EUR’, ‘GBP’, ‘USD’, ‘AUD’, ‘HKD’, ‘SGD’
Those are the currencies that we’re aware of that these payment methods can support. If you want to try your luck with other currencies you’re more than welcome to using the following filter:
wc_braintree_is_local_payment_available
https://docs.paymentplugins.com/wc-braintree/api/source-class-WC_Braintree_Local_Payment_Gateway.html#88
@mrclayton
Thank you for your prompt response. Appreciate that.
I’m not advanced in PHP. Shall I be adding the following in functions.php?
add_filter(“wc_braintree_is_local_payment_available”, $_available, $this, ‘RMB’, ‘CN’ );
No worry. Figured it out. Thanks for the tips.