user5476567
user5476567

Reputation:

Change text in order received page from woocommerce

This is probably super easy, but I cannot find where to change this text here in the woocommerce check out page:

See this screenshot:enter image description here

How can I achieve that?

Thanks.

Upvotes: 6

Views: 49479

Answers (4)

tovishalck
tovishalck

Reputation: 1000

You can refer to: enter image description here

This is where each piece of text comes on the Thank you page. This is part of a detailed post I wrote at: https://www.tychesoftwares.com/how-to-customize-the-woocommerce-thank-you-page/ .

I hope this helps.

Upvotes: 20

Darryl
Darryl

Reputation: 11

Having just looked this up, I can confirm the correct location is:

plugins/woocommerce/templates/checkout/thankyou.php

Upvotes: 1

Swapnali
Swapnali

Reputation: 1299

You can find Order-details page here -

Go to this path

wp-content -> plugins -> woocommerce -> templates -> order -> order-details.php.

into this page you can get Order Details .

Upvotes: 3

Dinesh
Dinesh

Reputation: 343

Go to this path.

wp-content -> plugins -> woocommerce -> templates -> checkout

On this location you can get all the files for checkout page.

Upvotes: 2

Related Questions