Comments meiyuan3dp started the conversationAugust 17, 2022 at 4:32pmHi,I have two questions during modified checklist:(1) I want to disable some columns in the checkout list (attachment1), but in the customize>woocommerce>checkout only have few columns to modify.(2)I want to change the columns title to whatever I like. So I found the code in the class-wc-countries.php and tried to modifiedFor example:from'label' => __( 'First Name', 'woocommerce' ),to'label' => __( '顧客姓名', 'woocommerce' ),Unfortunately , I broke my website every time when I changed the title. Could you give me some advice? Thank you. 2,610PenciDesign repliedAugust 18, 2022 at 12:28amHi,1. Please read the document detail about your request here: https://woocommerce.com/posts/customize-checkout-fields-woocommerce/2. All the text is a part of the WooCommerce plugin, so please read the document here to understand how to translate it.Regards,PenciDesign.meiyuan3dp repliedAugust 18, 2022 at 2:59amHi,I followed your suggestion and download woocommerce plugins Checkout Field Editor, but it didn't work. Maybe the theme installed is overridden the checkout field. PenciDesign replied privately Sign in to reply ...
Hi,
I have two questions during modified checklist:
(1) I want to disable some columns in the checkout list (attachment1), but in the customize>woocommerce>checkout only have few columns to modify.
(2)I want to change the columns title to whatever I like. So I found the code in the class-wc-countries.php and tried to modified
For example:
from
'label' => __( 'First Name', 'woocommerce' ),
to
'label' => __( '顧客姓名', 'woocommerce' ),
Unfortunately , I broke my website every time when I changed the title.
Could you give me some advice? Thank you.
Hi,
1. Please read the document detail about your request here: https://woocommerce.com/posts/customize-checkout-fields-woocommerce/
2. All the text is a part of the WooCommerce plugin, so please read the document here to understand how to translate it.
Regards,
PenciDesign.
Hi,
I followed your suggestion and download woocommerce plugins Checkout Field Editor, but it didn't work. Maybe the theme installed is overridden the checkout field.