feat(orders): ORDERS-7734 add template for guest return portal#2645
Open
BC-SEven wants to merge 1 commit into
Open
feat(orders): ORDERS-7734 add template for guest return portal#2645BC-SEven wants to merge 1 commit into
BC-SEven wants to merge 1 commit into
Conversation
denis-bc
approved these changes
May 11, 2026
There was a problem hiding this comment.
For my understanding - html page name must always match router path to work correctly?
Author
There was a problem hiding this comment.
Yep the file name and path here needs to match whats in the storefront routing
case object GuestReturnPortalRoute extends StorefrontTemplateRoute("guest_return_portal", "pages/guest-return-portal")
bc-vivekaggarwal
approved these changes
May 11, 2026
| {{#partial "page"}} | ||
|
|
||
| {{> components/common/breadcrumbs breadcrumbs=breadcrumbs}} | ||
|
|
Contributor
There was a problem hiding this comment.
I think we could remove the extra lines (4 and 7) and add a new one empty at 12
Also update the CHANGELOG.md please.
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?
Add new guest return portal template.
See companion PRs:
Requirements
Tickets / Documentation
Screenshots (if appropriate)
See https://github.com/bigcommerce/bigcommerce/pull/67869
