# Cart page

The **Cart page template** gives an overview of cart items. Customers can access the cart page by clicking "Go to cart" in the Fly-out cart.

If the [Fly-out cart](/spark/cart/fly-out-cart.md) is disabled, clicking the cart icon in the header will take customers directly to the cart page.

## Set up cart page

<details>

<summary><mark style="color:blue;">STEPS</mark></summary>

In your theme editor (**Customize**):

1. Use the **Templates selector** to open **Cart**.

   ![](/files/Uz4GxXjTytf7A2vAUhR9)
2. Click the **Cart page** section to open the settings.
3. Choose whether to **Enable automatic cart updates**.

   > Turning this off means that customers may need to refresh the page to see the latest changes to their cart.
4. (*Optional*.) Add and edit theme sections to design the layout of your page.

   > Click the **Hide icon** or **Remove section** button to hide or delete sections.

   > Click and hold the drag and drop handles **`⋮⋮`** to change the order of sections.
5. Click **Save**.

</details>

## Settings reference

In the **Cart page** template, click on the **Cart page** sections to find the settings:

| Setting                       | Description                                                                                                                |
| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Enable automatic cart updates | Check this checkbox to automatically refresh the cart contents whenever it is changed. This setting is enabled by default. |
| Continue shopping link        | Add a link to one of your collections.                                                                                     |

In **Theme settings**, click on the **Cart** tab to find the settings:

| Setting           | Description                                                                |
| ----------------- | -------------------------------------------------------------------------- |
| Cart type         | Choose to show the Fly-out cart or Cart page when customers add a product. |
| Enable cart notes | Let customers add special shipping instructions for their order.           |
| <p><br></p>       |                                                                            |

***

> **Related links**\
> [Templates](/spark/pages/templates.md)\
> [Fly-out cart](/spark/cart/fly-out-cart.md)


---

# Agent Instructions: 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:

```
GET https://help.fluorescent.co/spark/cart/cart-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
