How to change text form-login.php:32
-
Hi All,
sorry for disturb, i need to change this text, because the translation is not correct:#: templates/checkout/form-login.php:32
msgid “If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing & Shipping section.”
msgstr “Se hai precedentemente acquistato da noi, inserisci i tuoi dettagli nei campi qui sotto. Se sei un nuovo cliente, procedi alla sezione Fatturazione & spedizione.”i found this for change text, is possible to adpater for my request?
//Cambio il titolo ‘Dettagli Fatturazione’ nella pagina checkout function wc_billing_field_strings( $translated_text, $text, $domain ) { switch ( $translated_text ) { case ‘Dettagli di fatturazione’ : $translated_text = __( ‘Compila e Ordina’, ‘woocommerce’ ); break; } return $translated_text; } add_filter( ‘gettext’, ‘wc_billing_field_strings’, 20, 3 );
thanks very much.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to change text form-login.php:32’ is closed to new replies.