Conversation
Contributor
Did you mean to put a 1 here? To check it off, you need to put an Also, like that implies, you should fill out an entry in the |
Contributor
|
🍹 As an aside (and this is purely personal preference), I wouldn't put information like this in the PR itself: We often use the PR to go back and quickly get context on a specific change, and information like this may not be super relevant down the line. You could always put stuff like this in Slack (as a thread on your rfcr message) or as a comment in the PR rather than in the main description. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
Cause: Shipment information was being displayed on the Order Details page for orders in a Cancelled state in cornerstone. This was caused because shipping address was tied to if an item was assigned a shipping address.
Fix: Gate is_shipping with order.is_complete. is_complete is flips to true once the order reaches a fulfilled lifecycle state (Shipped, Completed). The theme already trusts this field at templates/pages/account/orders/details.html to gate the "Return this order" button, so reusing it here should be safe.
Requirements
Tickets / Documentation
Screenshots (if appropriate)
Attach images or add image links here.






