Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions templates/pages/guest-return-portal.html
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For my understanding - html page name must always match router path to work correctly?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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")

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{#partial "page"}}

{{> components/common/breadcrumbs breadcrumbs=breadcrumbs}}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.


<h1> Guest Return Portal</h1>


{{/partial}}

{{> layout/base}}
Loading