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

# Checkout Content

> Checkout labels, policy notice, reserve copy, country/address behavior, and pay button text.

Checkout Content controls the words, defaults, and customer form behavior in checkout. Use it when checkout is functionally ready but needs client-specific copy, region handling, or mobile layout adjustments.

<Info>
  Find this module in **Shopify Stores** > **Edit Checkout** > **Checkout**.
</Info>

## How it works

This module changes how checkout reads and behaves for the customer. It does not create shipping methods, products, payment methods, or tracking scripts.

## Settings reference

<AccordionGroup>
  <Accordion title="Checkout language">
    **You will set:** Language selector

    The language and locale checkout should use for built-in labels, wallet rendering, and payment context.

    **Example:** Choose a US English locale for US campaigns, or a localized European locale for regional campaigns.
  </Accordion>

  <Accordion title="Continue shopping URL">
    **You will set:** URL field

    Where the order confirmation page sends customers when they click Continue shopping. If blank, customers return to the store website.

    **Example:** Send customers to a collection page after purchase.
  </Accordion>

  <Accordion title="Pay button text">
    **You will set:** Text field

    The main payment button label. Keep it short so it fits on mobile and stays clear at the moment of purchase.

    **Example:** `Pay now`, `Complete order`, or `Start trial`.
  </Accordion>

  <Accordion title="Contact heading">
    **You will set:** Text field

    The heading above the email and phone section.

    **Example:** `Contact information`.
  </Accordion>

  <Accordion title="Delivery heading">
    **You will set:** Text field

    The heading above the delivery or billing address form.

    **Example:** `Shipping address` for physical goods or `Billing address` for digital checkout.
  </Accordion>

  <Accordion title="Payment heading">
    **You will set:** Text field

    The heading above payment methods.
  </Accordion>

  <Accordion title="Payment subheading">
    **You will set:** Long text field

    Short helper text near payment methods. Use it for reassurance about secure payment, billing timing, or accepted methods.

    **Example:** `All transactions are secure and encrypted.`
  </Accordion>

  <Accordion title="Express checkout divider">
    **You will set:** Text field

    The divider text between express checkout buttons and the standard form.

    **Example:** `Or continue with card`.
  </Accordion>

  <Accordion title="Email updates label">
    **You will set:** Long text field

    The label for the marketing or email updates checkbox. Keep consent wording clear and aligned with the client policy.
  </Accordion>

  <Accordion title="Policy notice">
    **You will set:** Long text field

    Short policy or acknowledgement text shown near the payment button.

    **Note:** Use Footer Links for full policy pages instead of pasting long legal text here.
  </Accordion>

  <Accordion title="Email updates checked by default">
    **You will set:** On/off switch

    Whether the email updates checkbox starts checked.

    **Note:** Only enable this when the client has confirmed the right consent basis.
  </Accordion>

  <Accordion title="Hide email updates checkbox">
    **You will set:** On/off switch

    Removes the email updates checkbox from checkout.
  </Accordion>

  <Accordion title="Phone number optional">
    **You will set:** On/off switch

    Allows customers to complete checkout without a phone number.
  </Accordion>

  <Accordion title="Show phone country flags">
    **You will set:** On/off switch

    Shows country flags in the phone country selector.
  </Accordion>

  <Accordion title="Address line 2 open by default">
    **You will set:** On/off switch

    Keeps the apartment, suite, or second address line visible without the customer expanding it.
  </Accordion>

  <Accordion title="Mobile summary above pay button">
    **You will set:** On/off switch

    Shows an extra order summary near the payment button on mobile.
  </Accordion>

  <Accordion title="Open mobile order summary by default">
    **You will set:** On/off switch

    Starts the mobile order summary expanded when customers land on checkout.
  </Accordion>

  <Accordion title="Wait for address before showing shipping">
    **You will set:** On/off switch

    Keeps shipping methods hidden until enough address information is entered. This is useful when shipping choices depend on country or address rules.
  </Accordion>

  <Accordion title="Default country">
    **You will set:** Country selector

    The country selected by default when checkout opens. Customers can still change it unless the country list is restricted.
  </Accordion>

  <Accordion title="Allowed countries">
    **You will set:** Country list

    Restricts checkout to selected countries only. Use this only when the client cannot sell or ship elsewhere.

    **Example:** Allow only the United States and Canada for a North America-only campaign.
  </Accordion>

  <Accordion title="Priority countries">
    **You will set:** Country list

    Pins commonly used countries at the top of the country selector without blocking other countries.
  </Accordion>

  <Accordion title="Reserve timer">
    **You will set:** On/off switch

    Shows or hides the countdown banner at the top of checkout.
  </Accordion>

  <Accordion title="Reserve timer message">
    **You will set:** Text field

    Text shown before the countdown.

    **Example:** `Order reserved for the next`.
  </Accordion>

  <Accordion title="Countdown duration">
    **You will set:** Number field

    How long the reserve timer runs. Use minutes/seconds in the editor if available; otherwise confirm the displayed value before saving.
  </Accordion>
</AccordionGroup>

## Examples

<Tabs>
  <Tab title="Country-focused checkout">
    Set Default country to the primary market, add Priority countries for common markets, and use Allowed countries only when other countries must be blocked.
  </Tab>

  <Tab title="Mobile-first campaign">
    Enable Mobile summary above pay button and decide whether the summary should start open by default. Preview on a phone-sized screen.
  </Tab>

  <Tab title="Short policy notice">
    Use Policy notice for a concise acknowledgement, then add full policy URLs in Footer Links.
  </Tab>
</Tabs>

## Before saving

* Keep button and heading copy short enough for mobile.
* Test country restrictions alongside Shipping rules.
* Complete a test checkout after changing the Continue shopping URL.

## Related modules

<CardGroup cols={2}>
  <Card title="Shipping" icon="arrow-right" href="/guides/shopify-store-editor/shipping">
    Configure Shipping V2 using one shared Shopify shipping product and rules-driven options.
  </Card>

  <Card title="Payments" icon="arrow-right" href="/guides/shopify-store-editor/payments">
    Configure card checkout, wallets, and 3D Secure behavior.
  </Card>

  <Card title="Footer Links" icon="arrow-right" href="/guides/shopify-store-editor/footer-links">
    Manage customer-facing policy, support, and footer destinations.
  </Card>
</CardGroup>
