Reputation:
This is probably super easy, but I cannot find where to change this text here in the woocommerce check out page:
How can I achieve that?
Thanks.
Upvotes: 6
Views: 49479
Reputation: 1000
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
Reputation: 11
Having just looked this up, I can confirm the correct location is:
plugins/woocommerce/templates/checkout/thankyou.php
Upvotes: 1
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
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