> 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/sections/shipping-info.md).

# Shipping Information

A compact shipping widget for product pages (or anywhere): an **Express** row with a live order-cutoff, a **Standard** row with a delivery-date estimate, and an ⓘ info button that opens a full **shipping rates modal** with per-location tables and your policy text.

Available as the **Shipping information section** (wrapper settings: full width, color scheme, padding) — the content lives in its block panel.

## Express shipping row

| Setting           | What it does                                                                    | Default  |
| ----------------- | ------------------------------------------------------------------------------- | -------- |
| Show express row  | On/off                                                                          | On       |
| Method name       | e.g. "Express Shipping"                                                         | default  |
| Cutoff hour (24h) | Orders before this hour ship same-day — the row shows a countdown to the cutoff | 15 (3pm) |
| Icon color        | Truck icon                                                                      | #121212  |

## Standard shipping row

| Setting                 | What it does                             | Default |
| ----------------------- | ---------------------------------------- | ------- |
| Show standard row       | On/off                                   | On      |
| Label                   | e.g. "5-7 Business Days"                 | default |
| Min / Max business days | Used to calculate the delivery-date line | 5 / 7   |
| Show free shipping line | "Free over $X" note                      | On      |
| Show delivery date line | Estimated arrival dates                  | On      |
| Icon color              | Box icon                                 | #121212 |

## Shipping modal

The ⓘ opens a modal with full rates:

* **Heading** ("SHIPPING DETAILS") and **Free shipping threshold** (default "100")
* **Up to 3 locations** (e.g. USA / Canada / International) — each with **up to 6 shipping methods**, and each method has: name, note ("Order by 3pm ET\*"), price **over** the threshold ("FREE"), and price **under** ("$8")
* **Policy text** — rich HTML for processing times and disclaimers

### Style

Widget: desktop width (50–100%), section padding, row spacing, font size, divider/subtext/accent/info-icon colors (accent default #d82c0d — the countdown red). Modal: background, text, close button colors, backdrop opacity (0.5).

⚠️ **Keep this in sync with your real shipping settings.** This widget is display-only — actual rates are charged from **Shopify admin → Settings → Shipping and delivery**. If you change a rate there, update it here too.

💡 **Pro tip:** The express cutoff countdown ("order in 2h 14m for same-day dispatch") is one of the strongest conversion levers in the theme — but only turn on the express row if you genuinely ship same-day before the cutoff.


---

# 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/sections/shipping-info.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.
