Where can I change the form of the checkout page? I want to edit some text.
Thanks!!!
Where can I change the form of the checkout page? I want to edit some text.
Thanks!!!
Hi!
The most important templates can be found in the wp-content/plugins/woocommerce/templates/checkout folder.
Best regards,
Peter
Hey Dude,
In those files I only see php references to other files. I am looking ad the file with the form in it. I want to add some text after "country".
Thanks,
Martijn
Hi Martijn,
You can edit the text "Country" in: wp-content/plugins/woocommerce/classes/class-wc-countries.php and find this line code:
'label' => __('Country', 'woocommerce'),
It's on line 876.
I think some of the text can be found in this file: wp-content/plugins/woocommerce/templates/checkout/form-checkout.php. Hope this helps. :)
Regards,
Ismael
He Ismael,
THanks. This was helpfull.
Martijn
Hi Martijn,
Glad that I could help you. :)
Regards,
Ismael
You must log in to post.