• Resolved Vishal Kumar

    (@vishalvp)


    Hii
    sir/madam
    Have Nice day

    Bug – 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/12pwrrk

    please fix this issue

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there 👋

    This is a fairly complex development topic. I’m going to leave it open for a bit to see if anyone is able to chime in to help you out.

    I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.

    You can also visit the WooCommerce Facebook group or the #developers channel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.

    Cheers!

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    We’ve not seen any activity on this thread for a while, so I’m marking this thread as resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘issue changing State label’ is closed to new replies.