-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Checkout: show "thank you" message regardless of verification status #39758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
As an alternative to #39406, this tries to solve the same issue in a simpler way: break the "thank you" message out into its own small template file and just include it in more places, so that no matter the context, the order confirmation screen will always say thank you, acknowledging that the order data has been received.
|
Hi @barryhughes, Apart from reviewing the code changes, please make sure to review the testing instructions as well. You can follow this guide to find out what good testing instructions should look like: |
Test Results SummaryCommit SHA: 95c279f
To view the full API test report, click here. To view the full E2E test report, click here. To view all test reports, visit the WooCommerce Test Reports Dashboard. |
barryhughes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice.
Confirmed the thank you messaging appears as expected on the order received page. Some scenarios I tested:
- Valid session, valid order key
- Invalid session, valid order key, within grace period
- Invalid order key
- Invalid session, valid order key, outside of grace period
Will close alternative #39406.
Changes proposed in this Pull Request:
As an alternative to #39406, this tries to solve the same issue in a simpler way: break the "thank you" message out into its own small template file and just include it in more places, so that no matter the context, the order confirmation screen will always say thank you, acknowledging that the order data has been received.
How to test the changes in this Pull Request:
As with #39406, the testing instructions in #39191 apply to this PR as well. The only change should be that the "Thank you. Your order has been received." message should be shown even when viewed as an unverified customer.
Changelog entry
Significance
Type
Message
On the order confirmation screen, show the 'thank you' message regardless of whether the viewer is verified or not.
Comment