Thank you so much Job! It works.
All the best,
Adam
Hi @jobthomas
The code is:
function wpml_filter_gateways($gateways){
if(ICL_LANGUAGE_CODE == ‘en’)
unset($gateways[‘bacs’]);
return $gateways;
}
add_filter(‘woocommerce_available_payment_gateways’,’wpml_filter_gateways’,1);
This disables direct bank transfer. I would like to disable Paypal Express Checkout in the Polish version. I use this plugin: https://ww.wp.xz.cn/plugins/woocommerce-gateway-paypal-express-checkout/
@stefsternyc @rossviviano thank you for all your suggestions! I have found the conflicting plugin.
Thank you Ross!
And is there any faster way to find the conflicting plugin (if it is a plugin)? The products do not always disappear, so doing it one by one would be very time-consuming.
Best,
Adam