Website Building » WooCommerce » How Do I Change the Place Order Button Text in WooCommerce?

How Do I Change the Place Order Button Text in WooCommerce?

Last updated on October 1, 2022 @ 8:07 pm

There are a few ways that you can change the “Place Order” button text in WooCommerce. One way is to use a plugin like “WooCommerce Customizations” which will allow you to change the button text without having to edit any code.

Another way is to edit the code in your theme’s functions.php file. You can also add a filter to your functions.php file if you want to change the button text for a specific language.

If you want to change the “Place Order” button text without using a plugin, you can edit your theme’s functions. You will need to add the following code:

add_filter( ‘woocommerce_order_button_text’, ‘woo_custom_order_button_text’ );

function woo_custom_order_button_text() {

return __( ‘Pay with PayPal’, ‘woocommerce’ );

This code will change the “Place Order” button text to “Pay with PayPal”. You can change the text to anything you want.

PRO TIP: If you are not a developer, or are not comfortable with code, we recommend that you seek professional help before attempting to change the place order button text in WooCommerce. Making a mistake could break your site.

How Do I Change the Place Order Button Text in WooCommerce?

There are a few ways that you can change the “Place Order” button text in WooCommerce.

Dale Leydon

Dale Leydon

Sysadmin turned Javascript developer. Owner of 20+ apps graveyard, and a couple of successful ones.