Please let me know in the comments if everything went as expected. I would be happy to revise the snippet if you report otherwise (please provide screenshots). I have tested this code with Storefront theme, the WooCommerce version listed above and a WordPress-friendly hosting.
If you think this code saved you time & money, feel free to join 17,000+ WooCommerce Weekly subscribers for blog post updates and 250+ Business Bloomer supporters for 365 days of WooCommerce benefits. Thank you in advance!
Need Help with WooCommerce?
Check out these free video tutorials. You can learn how to customize WooCommerce without unnecessary plugins, how to properly configure the WooCommerce plugin settings and even how to master WooCommerce troubleshooting in case of a bug!
Rodolfo Melogli
Business Bloomer Founder
Author, WooCommerce expert and WordCamp speaker, Rodolfo has worked as an independent WooCommerce freelancer since 2011. His goal is to help entrepreneurs and developers overcome their WooCommerce nightmares. Rodolfo loves travelling, chasing tennis & soccer balls and, of course, wood fired oven pizza.
Weird, works perfectly on my Storefront theme. Can you disable your server-side and WordPress-side cache + temporarily disable all plugins but Woo and also temporarily switch your theme. Does the snippet work?
That’s weird, works for both on my dev site. Please try to see if you have other plugins / code targeting the billing fields already, and temporarily disable them all to see if my snippet actually works
Excellent. Works on The Retailer.
Just one question. In other comment you mention handling foreign characters, but I`m stumped on how to “wrap it in a __() function:”.
For example if I wanted to replace the field ‘state’ as in the example, with the Japanese character for country 国, the obvious solution of replace ‘province’ with ‘国’ doesn`t work.
Could you give an example of what wrapping the would look like in this case?
Hello Rodolfo!
Exactly where I was stuck after our discussion on the CustomizeWoo 2.0 course comment area… BTW, I highly recommend this course to all people who want to improve their Woocommerce skills.
Related with this snippet: it does work only for Italy, where you are from :)). If I choose Italy, the label changes in “Province”. But for other countries (eg United Kingdom or Romania), the “County” label will be there. For the United States, the label is “State”, and so on.
Please advise how to proceed for these situations. Thank you!
Questions? Feedback? Support? Leave your Comment Now! _____
If you are writing code, please wrap it between shortcodes: [php]code_here[/php]. Failure to complying with this (as well as going off topic, not writing in English, etc.) will result in comment deletion. You should expect a reply in about 2 weeks - this is a popular blog but I need to get paid work done first. Please consider joining BloomerArmada to get blog comment reply priority, ask me 1-to-1 WooCommerce questions and enjoy many more perks. Thank you :)
With 100,000 (and growing) monthly organic sessions, Business Bloomer is the most consistent, most active and most complete WooCommerce development/customization blog.
Of course this website itself uses the WooCommerce plugin, the Storefront theme and runs on a WooCommerce-friendly hosting.
thanks, but on load, it works. then after a second it changes to its old state
Weird, works perfectly on my Storefront theme. Can you disable your server-side and WordPress-side cache + temporarily disable all plugins but Woo and also temporarily switch your theme. Does the snippet work?
Also for me on load, it works. then after a second it changes to its old state
I think the problem is coming from address-i18n.min.js file
Ok thank you. What’s your store address country (under WooCommerce > Settings)?
Howdy, it changed the naming for me on the “Shipping” address fields but not the “Billing” address fields.
That’s weird, works for both on my dev site. Please try to see if you have other plugins / code targeting the billing fields already, and temporarily disable them all to see if my snippet actually works
Excellent. Works on The Retailer.
Just one question. In other comment you mention handling foreign characters, but I`m stumped on how to “wrap it in a __() function:”.
For example if I wanted to replace the field ‘state’ as in the example, with the Japanese character for country 国, the obvious solution of replace ‘province’ with ‘国’ doesn`t work.
Could you give an example of what wrapping the would look like in this case?
Thank you.
Maybe?
Just how good are you ? !
Works perfectly. THANK YOU.
Ahah thanks
I don’t know why and how can influence but this code is adding 2 more seconds on add to cart.
Do you have any ideas about why is happening?
Thanks
Not sure, haven’t noticed that honestly
Worked Perfectly with Astra!
Nice!
Can I add another field: customer id number to the form.
I need a new one and does not want to rename an existing one.
Thanks
https://www.businessbloomer.com/woocommerce-add-custom-checkout-field-php/
Hello Rodolfo,
i want this snippet work with multi language woocommerce , sorry i know this might be a newbie question
No worries. In order to make a string translatable you have to wrap it in a __() function: https://codex.wordpress.org/I18n_for_WordPress_Developers#Translatable_strings – hope this helps 🙂
no longer works
Tried with a different theme and no other plugins than Woo already?
For me it works perfectly. I used the code snipets plugin and I am using the OceanWP theme.
Nice!
Hello Rodolfo!
Exactly where I was stuck after our discussion on the CustomizeWoo 2.0 course comment area… BTW, I highly recommend this course to all people who want to improve their Woocommerce skills.
Related with this snippet: it does work only for Italy, where you are from :)). If I choose Italy, the label changes in “Province”. But for other countries (eg United Kingdom or Romania), the “County” label will be there. For the United States, the label is “State”, and so on.
Please advise how to proceed for these situations. Thank you!
I FOUND MYSELF. There is a chance to use woocommerce_get_country_locale hook:
Excellent!
The snippet code is