You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering how to go about changing the text on the labels and buttons.
I tried adding code to the functions.php file to change what checkout fields are, and under my account, but it doesn't seem to be able to change the labels of this plugin.
I don't believe the functionality is there, which is fine, but is there a file that can be edited that would achieve the same result? I'll just use it as an override if so.
Thanks!
The text was updated successfully, but these errors were encountered:
If you are just looking to change the wording on things, all text in the plugin in Translatable so you can use the Loco Translate plugin to provide a translation to whatever text you would like.
If you want more changes to the My Account Address Book section you can copy the my-address-book.php file to your theme at yourtheme/woocommerce/myaccount/my-address-book.php and make whatever changes you would like to that.
If either of those don't meet your needs, let us know what specifically you are looking to change and we can see what can be done to make that easier.
It's really just to change the text to just say Shipping Address everywhere - I used the combine billing and shipping option of Woocommerce, but it makes everything default to billing, so I want to either remove the word billing or rename everything to shipping. In your plugin, that meant enabling Billing Address Book only since it's the one that actually shows up, and thus, it shows Billing everywhere as well right now.
Hello, nifty little plugin you have here!
I was wondering how to go about changing the text on the labels and buttons.
I tried adding code to the functions.php file to change what checkout fields are, and under my account, but it doesn't seem to be able to change the labels of this plugin.
I don't believe the functionality is there, which is fine, but is there a file that can be edited that would achieve the same result? I'll just use it as an override if so.
Thanks!
The text was updated successfully, but these errors were encountered: