Overriding billing fields not working
-
So I am using wordpress with woocommerce. Goal is to translate all billing information fields in checkout. I have done some fields and they work great, but im stuck on two fields, they dont work as expected. When I hit refresh for a second field label changes for those two broken fields but when page loads fully its back to default. Why?
$fields['billing']['billing_country']['label'] = 'valsts'; //works $fields['billing']['billing_first_name']['label'] = 'vards'; // works $fields['billing']['billing_last_name']['label'] = 'uzvards'; // works $fields['billing']['billing_company']['label'] = 'kompanija'; // works $fields['billing']['billing_address_1']['label'] = 'adrese'; // not working $fields['billing']['billing_city']['label'] = 'pilseta'; // not working
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Overriding billing fields not working’ is closed to new replies.