Title: Modify the checkout message
Last modified: August 25, 2021

---

# Modify the checkout message

 *  Resolved [mayank2603](https://wordpress.org/support/users/mayank2603/)
 * (@mayank2603)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/modify-the-checkout-message/)
 * Whenever user bought something from website,, it shows simple text message of
   thank you, as shown in screenshot.
 * This need to be modified as:
 * 1- Text wording need to be modified, so please specify from where can we edit
   the sentence.
 * 2- This thank you text should come inside of green color box as shown in screenshot.
 * Box style, below
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmodify-the-checkout-message%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [mayank2603](https://wordpress.org/support/users/mayank2603/)
 * (@mayank2603)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/modify-the-checkout-message/#post-14803175)
 * screenshot-1
 * screenshot -2
 *  [Ian Sackofwits](https://wordpress.org/support/users/plantprogrammer/)
 * (@plantprogrammer)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/modify-the-checkout-message/#post-14804951)
 * Hi, mayank2603, I’m another WooCommerce user.
 * Are you able to post the screenshots again?
 * It looks like when you attempted to post them then nothing was saved to the post.
 *  Plugin Support [abwaita a11n](https://wordpress.org/support/users/abwaita/)
 * (@abwaita)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/modify-the-checkout-message/#post-14807661)
 * Hi [@mayank2603](https://wordpress.org/support/users/mayank2603/),
 * Just to add, you can use [https://snipboard.io](https://snipboard.io) for sharing
   screenshots here – please follow the instructions on the page, then paste the
   URL in this chat. It works with Chrome, Firefox, Safari, and Edge.
 * We’ll be happy to be of further assistance.
    Many thanks.
 *  Thread Starter [mayank2603](https://wordpress.org/support/users/mayank2603/)
 * (@mayank2603)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/modify-the-checkout-message/#post-14809067)
 * [current checkout message](https://imgur.com/a/cZoc4QS)
 * required formatting
 * [required formatting](https://imgur.com/a/YUUHO9R)
 * current checkout sentence is correct but need in green box or some kind of highlight
   
   but also need to know from where these message are managing as in future it may
   required to change the thank you message sentence.
 *  [3 Sons Development](https://wordpress.org/support/users/3sonsdevelopment/)
 * (@3sonsdevelopment)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/modify-the-checkout-message/#post-14819366)
 * Hey [@mayank2603](https://wordpress.org/support/users/mayank2603/),
 * Thanks for sending over the screenshots. For the box, try adding this CSS. Here’s
   how.
    - In your WordPress dashboard, go to Appearance and click on Customize.
    - Look down for the Additional CSS section and click on it. 
    - In the box there, paste this:
    -     ```
          p.woocommerce-thankyou-order-received {
              border: 1px solid green;
              padding: 10px;
          }
          ```
      
    - Publish your changes.
 * For the thank you page text, you can use this snippet. It can be added to the
   theme’s functions.php file or with the Code Snippets plugin.
 *     ```
       function ijab_checkout_thankyou_text() {
       	return 'Thank you for your business!';
       }
       add_action('woocommerce_thankyou_order_received_text', 'ijab_checkout_thankyou_text' );
       ```
   
 * It’s possible these have been changed in the theme that’s being used on your 
   site. I tested them with the default Storefront theme.
 * ![](https://cdn-std.droplr.net/files/acc_705319/IfI8qo)
 * Let us know if you have any questions.
    -  This reply was modified 4 years, 8 months ago by [3 Sons Development](https://wordpress.org/support/users/3sonsdevelopment/).
      Reason: Fixed formatting of pasted code

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Modify the checkout message’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [checkout](https://wordpress.org/support/topic-tag/checkout/)
 * [message](https://wordpress.org/support/topic-tag/message/)

 * 5 replies
 * 4 participants
 * Last reply from: [3 Sons Development](https://wordpress.org/support/users/3sonsdevelopment/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/modify-the-checkout-message/#post-14819366)
 * Status: resolved