Hi @yzmdev, thanks for raising this. Just to clarify is this on the Checkout screen or within My Account via “manage your shipping and billing addresses”?
As far as I understand you need to make a WooCommerce template change or modify the label of that field using an exposed WordPress Filter, it’s not something we control. We limit our Plugin to the Checkout screen only.
I did a quick scan of the WCM Plugin files and we don’t touch the WordPress Filter woocommerce_default_address_fields which is responsible for those form fields. We do use the woocommerce_billing_fields and woocommerce_shipping_fields but my understanding is that is limited to the Checkout screen only. I’m not familiar enough with the WC()->countries->get_address_fields() method yet.
If another user has more knowledge of the My Account > Edit address section I’d be glad to look at this further
Thread Starter
yzmdev
(@yzmdev)
Yes, it is the issue with My Account > Edit address section and if i disable your plugin it works well…
It means only the issue is with your Plugin..
Good post YZMDEV, I keep getting customers saying the State field is not working but havent been able to see it myself. Please let me know if you found a solution.
Is there any update on this issue? I am experiencing the same thing.