Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Change the “Place order” button text

The checkout button says “Complete purchase” (or whatever you write) instead of “Place order”.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Needs WooCommerce
  • Category WooCommerce
  • Tested with WordPress 7.1, WooCommerce 11.1
PHP
<?php

add_filter( 'woocommerce_order_button_text', static fn() => 'Complete purchase' );

Good to know

Write your own text. Payment methods such as PayPal can replace the button with their own. For the classic checkout; the block checkout has a setting for this.

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.