Loading…
Loading…
Order status lookup page for guest and authenticated customers
A standalone order status lookup page at /order-status, primarily for guest customers who completed checkout without creating an account. Authenticated users are typically directed to their account orders page instead.
app/order-status/page.tsx # or app/(main)/order-status/page.tsx
/order-status#123)| Configuration | Value |
|---|---|
includeCheckout | true |
authType | not authOnly |
This page is only generated when both conditions are met -- the storefront has checkout enabled and supports non-authenticated users.