> For the complete documentation index, see [llms.txt](https://docs.lufavo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lufavo.com/roomfolk/theme-settings/cart.md).

# Cart

**Theme settings → Cart**

| Setting                 | What it does                                                      |
| ----------------------- | ----------------------------------------------------------------- |
| Cart type               | **Drawer** or **Page**.                                           |
| Show order note         | Lets customers leave a note with their order.                     |
| Free shipping threshold | The order total that earns free shipping, in your store currency. |
| Color scheme            | Which scheme the cart uses.                                       |

## Cart type

**Drawer** is the default. Adding something to the cart slides a panel in from the side, and the customer stays on the page they were on. This is usually what you want, because it does not interrupt someone who is still browsing.

**Page** sends the customer to the cart page instead.

The cart page exists either way, so a customer can always go to `/cart` directly. Choosing Drawer does not remove it.

## Free shipping threshold

Enter the order total that earns free shipping and the cart shows a progress bar with how much more the customer needs to add.

**Leave it at 0 to hide the bar entirely.** Set it only if you actually offer free shipping over that amount — the bar is a promise to the customer, and your shipping rates are set separately, in **Settings → Shipping and delivery**.


---

# 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://docs.lufavo.com/roomfolk/theme-settings/cart.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.
