> For the complete documentation index, see [llms.txt](https://sitesbyseth.gitbook.io/sitesbyseth-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sitesbyseth.gitbook.io/sitesbyseth-docs/reign/pages.md).

# Standard Pages

Beyond home, collections, and products, Reign styles every other page in your store. Here's how to customize each one — switch templates using the dropdown at the top center of the theme editor.

## Cart page

Template: **Others → Cart**. Even with the cart drawer enabled, some shoppers land on `/cart` (and the drawer's "cart page" links go here).

* **Items** section — the line-item list. Settings: color scheme, top/bottom padding. Line-item options (vendor, cart note) live in **Theme settings → Cart**.
* **Subtotal** section — with two blocks, **Subtotal price** and **Checkout button** (plus app blocks). Settings: color scheme, padding.
* **Cart smart upsells** — an optional section shown after the cart items: up to 5 upsell products in a slideshow. Settings: master **Show smart upsells** toggle, **Upsell products** list, **Heading** ("You may also like"), **Full-width** toggle, **Autoplay** + interval (3–10s), color scheme, padding. Products already in the cart hide automatically.

## Contact page

Template: **Pages → Contact**. Two sections:

* **Page** — renders the page content you wrote in admin (**Online Store → Pages**), with options to go full-width, hide the title, or even hide the site header/footer for this page
* **Contact Form** — name, email, phone, message. Settings: heading, heading size (Small → Extra extra large), color scheme, padding. Submissions arrive at your store's **sender email** (Settings → Notifications).

💡 Create the actual page first under **Online Store → Pages** and assign it the `contact` template in the page's **Theme template** dropdown.

## Blog and articles

**Blog** template (the post list):

| Setting        | Options                                          | Default  |
| -------------- | ------------------------------------------------ | -------- |
| Layout         | Grid / **Collage** (mixed sizes, more editorial) | Collage  |
| Featured image | Show post images                                 | On       |
| Image height   | Adapt / Small / Medium / Large                   | Medium   |
| Date / Author  | Metadata toggles                                 | On / Off |

**Blog post** template (a single article) is built from blocks you can reorder: **Featured image** (with height setting), **Title** (with date/author toggles), **Content**, and **Share** (custom label). App blocks (e.g. comments) can be added too.

## Search results

Template: **Others → Search**. The search page mirrors the collection grid: desktop columns (default 4), mobile columns, the full product-card group (image ratio/shape, second image on hover, vendor, rating, text alignment), **filters** (horizontal/vertical/drawer) and **sorting** toggles, plus blog-card date/author toggles for article results.

👉 Predictive "as you type" suggestions are a global setting: **Theme settings → Search behavior**.

## 404 page

Template: **Others → 404**. Intentionally minimal — a "Page not found" title and a **Continue shopping** button pointing at your catalog. No settings; the text comes from the theme's language files (**⋯ → Edit default theme content** if you want different wording).

## Customer accounts

Templates under **Others**: Login, Registration, Account, Order, Addresses, Password reset, Account activation. Each is a clean form styled to match your schemes; every one has top/bottom padding settings, and **Login** adds one extra: **Enable Sign in with Shop** (default on) — the one-tap Shop app login.

👉 Whether accounts are optional/required, and classic vs. new customer accounts, is controlled in Shopify admin: **Settings → Customer accounts**.

## Gift card page

The page customers see when they receive a gift card: your logo, store name, the amount, a QR code for in-store scanning, the code itself with a copy-friendly layout, and a print option. It follows your color schemes and requires no setup.

## Password page

Covered in depth in [Drop mode](/sitesbyseth-docs/reign/getting-started/drop-mode.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sitesbyseth.gitbook.io/sitesbyseth-docs/reign/pages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
