feat(orders): ORDERS-7647 update return list navigation to work with …#2714
Merged
BC-SEven merged 1 commit intoJul 23, 2026
Conversation
BC-SEven
marked this pull request as ready for review
July 23, 2026 07:05
BC-SEven
force-pushed
the
ORDERS-7647-return-list-navigation
branch
from
July 23, 2026 07:07
8b9f638 to
2bd0137
Compare
parthshahp
approved these changes
Jul 23, 2026
BC-SEven
merged commit Jul 23, 2026
8447deb
into
feature/PROJECT-7525-new-returns-flow
8 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.
…v2 returns
What?
Update logic for displaying return navigation to also display for v2 returns setting.
Requirements
Tickets / Documentation
NA
Screenshots (if appropriate)
When settings enabled

Returns listed in accounts nav
Note
Low Risk
Template-only visibility change for existing nav links; no new URLs or auth logic.
Overview
Returns navigation now appears when either legacy
settings.returns_enabledorsettings.returns_v2_enabledis on, instead of only the legacy flag.The same
{{#or ...}}guard is applied in the account sub-nav (navigation.html) and the mobile/storefront account submenu (navigation-menu.html), so shoppers with v2 returns enabled can reach the returns list without turning on the old setting. CHANGELOG documents the change.Reviewed by Cursor Bugbot for commit 2bd0137. Bugbot is set up for automated code reviews on this repo. Configure here.