Thank You Page

WooCommerce Change Order Received Title

WooCommerce thank you page showing a customised order received title

Pre-Requisites

There are no pre-requisites in order for you to be able to implement this solution.

How To Implement This Solution?

Simply copy the pre-coded solution to your active theme’s functions.php or preferably the Code Snippets Plugin.

About This Solution

Customising the thank you page title is relatively straight forward and a quick win in improving your Customer Experience (CX). By default, “Order Received” is very generic and actually quite boring. Spice up you thank you page title by implementing this solution to make your customers feel like they have made the right choice in buying form your store.

/**
* Snippet Name:     Change the Order Received title on the WooCommerce Thank You Page.
* Snippet Author:   ecommercehints.com
*/

add_filter( 'woocommerce_endpoint_order-received_title', 'ecommercehints_thank_you_title' );

function ecommercehints_thank_you_title($old_title) {
 	return 'All Done!';
}

Snippet Benefits

  • Personalise your thank you page title by replacing the default Order Received text.
  • Customise the title as required by the business to be inline with their wording.

100 WooCommerce Conversion Rate Optimisation Tips

This field is for validation purposes and should be left unchanged.

Let’s collaborate!

Need to outsource WordPress development?

Join forces with UnlimitedWP for an outsourced white label web development service you can truly rely on.

First Timer Here?

Sign up to receive 20% off on your first month with us.

26027
WELCOME OFFER