feat(orders): ORDERS-7838 add additional note section to new shopper return detail page - #2710
Merged
Merged
Conversation
…return detail page
jpajar
requested review from
BC-SEven,
bc-bryan,
bc-vivekaggarwal,
denis-bc and
matt-evangelidis
July 22, 2026 00:20
Contributor
|
Just to double check for the desktop case with the additional note present, did you accidentally use the same screenshot twice or is the section just further down and out of view? |
denis-bc
approved these changes
Jul 22, 2026
Author
|
@matt-evangelidis good pick up! I updated the test proof, accidentally used the same screenshot lmao |
matt-evangelidis
approved these changes
Jul 22, 2026
jpajar
merged commit Jul 22, 2026
edb45b6
into
feature/PROJECT-7525-new-returns-flow
8 of 9 checks passed
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?
This PR adds a new
Additional Notecomponent in the new shopper return portal detail page to display any additional notes attached to a return. When there are no additional notes, then the entire component is not rendered.Tablet and mobile views were also tested.
Designs are followed as per https://www.figma.com/design/MTdmMxgMbCZ9YXuEPsjp6cih/Basic-returns---refund?node-id=7746-18387&p=f&t=XSMFiNWe90LkQ39n-0
Requirements
Tickets / Documentation
https://bigcommercecloud.atlassian.net/browse/ORDERS-7838
Screenshots (if appropriate)
When there is no

Additional Notein the returnWhen the return has an
Additional NoteDesktop

Tablet

Mobile

Note
Low Risk
Read-only template and SCSS; no auth, API, or submission logic changes.
Overview
Adds an Additional Note block to the shopper return detail sidebar so notes submitted with the return are visible after submission.
The section renders only when
return_detail.noteis present, using the existingaccount.returns.additional_notelabel and the same heading/divider pattern as Summary and Actions. Note body styling useswhite-space: pre-lineso multi-line shopper text displays correctly.Reviewed by Cursor Bugbot for commit 0cb2e74. Bugbot is set up for automated code reviews on this repo. Configure here.