> ## Documentation Index
> Fetch the complete documentation index at: https://www.twicecommerce.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Theme Editor - Checkout page

> Assign checkouts per location; the checkout flow itself is built in Settings.

<Frame caption="Theme Editor > Checkout page">
  <img src="https://mintcdn.com/twicecommerce/lZhc_tO8u1u_bL0Q/images/theme-editor-checkout.webp?fit=max&auto=format&n=lZhc_tO8u1u_bL0Q&q=85&s=f313105330bac23ec0e2314ef87d9746" alt="Checkout page settings in the theme editor" width="1920" height="1080" data-path="images/theme-editor-checkout.webp" />
</Frame>

In the theme editor, the Checkout page carries **per-location checkout assignment**. The checkout cannot be hidden, and it has no SEO meta fields — search engines do not index the checkout.

<Note>
  The checkout **flow and styling** — steps, fields, consents, payment methods, confirmation, and the checkout's own theme — are configured separately in [Settings → Checkouts](/docs/settings/checkouts), not here. Each checkout has its own theme so it can differ from the storefront.
</Note>

## Per-location checkout assignment

The Checkout page in the theme editor is where you assign different [checkout configurations](/docs/settings/checkouts) to different [Locations](/docs/concepts/admin/locations). Add a location override to map one or more locations to a specific checkout. When a customer selects a location on the storefront, the checkout resolves based on a [fallback chain](/docs/settings/checkouts#resolution-chain): location assignment, then storefront default, then tenant default.

Only active checkouts and locations with the online store channel enabled are available for assignment.

## Related

<CardGroup cols={2}>
  <Card title="Checkout steps & sections" icon="list-ol" href="/docs/settings/checkouts/steps">
    Build the checkout flow.
  </Card>

  <Card title="Checkout styling" icon="palette" href="/docs/settings/checkouts/styling">
    Style the checkout.
  </Card>

  <Card title="Checkouts overview" icon="settings" href="/docs/settings/checkouts">
    Manage checkout configurations and location assignments.
  </Card>
</CardGroup>
