Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionhow to edit this text "thank you your order has been received"
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionhow to edit this text "thank you your order has been received"
Share Improve this question asked Feb 1, 2020 at 15:45 atif aslamatif aslam 51 bronze badge1 Answer
Reset to default 0Copy the file "/plugins/woocommerce/templates/checkout/thankyou.php" to your theme or child theme ("/yourtheme/woocommerce/checkout/thankyou.php").
And then you will find this code
esc_html__( 'Thank you. Your order has been received.', 'woocommerce' )
Change it to whatever you like.