I’m using WooCommerce, and using a BACS Payment method which is actually Bank Trasnfer. The fields account details are fine, but for Indian context.. i need to change following two fields labels to something else. For example:
Change IBAN label to MICR Code, and
BIC to IFSC.
And also need to disable Sort Code.
However, please note that I don’t to make chanegs into plugin’s code itself. So looking for some function that can help change the label from my theme function file.
Any help is appreciated.
It gets its label using a localisation call,
__('IBAN', 'woocommerce')
, so you could always just intercept that and change the text: