Viewing 2 reply threads
You must be logged in to reply to this topic.
I used a plugin to make the checkout Billing / Shipping State field required field however the label is always showing ( Optional ) how can I change it?
We have just faced this issue in one of our projects and it seems like a Woocommerce bug for the moment.
Please try to remove that field totally and create a new field instead, this works.
Thanks
This code in a snippet did the trick until its patched:
add_filter(‘thwcfd_address_field_override_required’,’__return_true’);
You must be logged in to reply to this topic.