# Cart page

The **Cart page template** gives an overview of cart items.

If the [Fly-out cart](https://help.fluorescent.co/lorenza/cart/fly-out-cart) is disabled, clicking the cart icon in the header will take customers directly to the cart page.

## 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. |
| Enable cart notes             | Let customers add special shipping instructions for their order.                                                           |

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 quick shop              | Check this checkbox to enable Lorenza's quick shop feature.                                                                                                           |
| Show quick shop quantity input | <p>Check this checkbox to allow customers to choose how many of a product to add to cart.<br><br>If this setting is disabled, then the default amount, 1 is used.</p> |

<br>

***

> **Related links**\
> [Templates](https://help.fluorescent.co/lorenza/pages/templates)\
> [Fly-out cart](https://help.fluorescent.co/lorenza/cart/fly-out-cart)\\


---

# 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/lorenza/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.
