In previous versions of WooCommerce, it was possible to make changes in Admin Customize > Woocommerce, but now this options has disappeared.
Where can I change this text?
In previous versions of WooCommerce, it was possible to make changes in Admin Customize > Woocommerce, but now this options has disappeared.
Where can I change this text?
2
Answers
To edit terms and conditions displayed text in checkout, you can use the following hooked function, editing the text inside it:
Code goes in functions.php file of the active child theme (or active theme). Tested and works.
Great answer from LoicTheAztec. However, I just wanted to add that this no longer needs to be done programmatically. You can edit it from the Customizer (Appearance > Customizer). Just navigate to Woocommerce > Checkout and scroll down to the bottom.
NOT SEEING THIS IN THE CUSTOMIZER?
There is a bit of a known bug with Woocommerce detailed here (https://github.com/woocommerce/woocommerce/issues/28606) where some users are not able to see this in the customizer. To fix it, simply follow the steps.
That’s all folks. Of course, if you’re still having issues, try the other programming solutions or make sure you are using up-to-date versions of Woocommerce and WordPress.