Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter edwynn

    (@edwynn)

    I have used this code temporarily:

    
    //Change the 'Billing Fields' checkout label to 'Contact Information'
    function wc_billing_field_strings( $translated_text, $text, $domain ) {
    switch ( $translated_text ) {
    case 'Billing Fields' :
    $translated_text = __( 'Detalles de Facturación', 'woocommerce' );
    break;
    }
    return $translated_text;
    }
    add_filter( 'gettext', 'wc_billing_field_strings', 20, 3 );
    • This reply was modified 3 years, 1 month ago by edwynn.
    Plugin Author ThemeHigh

    (@themehigh)

    We are a little bit unclear about the exact page that you are referring to here? Can you please clarify?

    Thank you!

    Plugin Author ThemeHigh

    (@themehigh)

    Since we haven’t heard back from you, we believe that your issue is resolved.

    We are going to mark this thread as resolved.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Billing Fields (cannot be translated)’ is closed to new replies.