issue changing State label
-
Hii
sir/madam
Have Nice dayBug – issue change state label.
hii am using this filter change address_1, city label but not change state label
can any one help how to fix this,function bharatserve_city_label( $fields ) {
$fields[‘address_1’][‘label’] = ‘Address’;
$fields[‘state’][‘label’] = ‘Select Distt’;
$fields[‘city’][‘label’] = ‘Sector/City/Village’;
return $fields;
}
add_filter( ‘woocommerce_default_address_fields’ , ‘bharatserve_city_label’ )Backend– https://prntscr.com/12pwrrk
frontend checkout page — https://prntscr.com/12pwrrkplease fix this issue
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘issue changing State label’ is closed to new replies.