Can anyone direct me to where I can find the file where I can change the “State/County” and “Zip Code” titles in a woocommerce checkout page?
1 comment
Comments are closed.
Can anyone direct me to where I can find the file where I can change the “State/County” and “Zip Code” titles in a woocommerce checkout page?
Comments are closed.
WooCommerce offers hooks for this:
please check Customizing checkout fields using actions and filters
as you’ll see on that page you can hook a function (that you’ll save in your childs functions.php for example ) to WooCommerce checkout page and change the data that is available.
so your code will look something like:
other examples and fields on the linked page.