> For the complete documentation index, see [llms.txt](https://help.fluorescent.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fluorescent.co/stiletto/cart/cart-page.md).

# Cart page

The **Cart page template** gives an overview of cart items. You can choose to display a free shipping bar, cross sells, and low inventory warning.

Customers can access the cart page by clicking "View cart" in the purchase confirmation popup or quick cart. If the quick cart is disabled, clicking the cart icon in the header will take customers directly to the cart page.

### <mark style="color:$primary;">Enable cart features</mark>

You can enable several features to promote your products and create a sense of urgency to prompt customers to follow through with their purchase. When enabled, these features are displayed in both the **Quick cart** and on the **Cart page**. See the guides below to learn more.

* [Cross sells](/stiletto/cart/cross-sells.md)
* [Free shipping bar](/stiletto/cart/free-shipping-bar.md)
* [Low inventory warning](/stiletto/cart/low-inventory-warning.md)

### <mark style="color:$primary;">Layout options</mark>

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

<table><thead><tr><th width="260">Setting</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:blue;">Include currency code in price</mark></td><td>Display the 3-letter currency code next to all prices.</td></tr><tr><td><mark style="color:blue;">Cross sells position</mark></td><td>Display cross sells <strong>Below subtotal</strong> or <strong>Below line items</strong>.<br><br>See the <a href="/pages/7M09j2bWtuLCJ1Ndczvw">Cross sells</a> guide to show recommended products on the cart page and in the quick cart.</td></tr></tbody></table>

***

> **Related links**\
> [Templates](/stiletto/pages/templates.md)\
> [Quick cart](/stiletto/cart/quick-cart.md)\
> [Purchase confirmation popup](/stiletto/cart/quick-cart/added-to-cart-popup.md)


---

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

```
GET https://help.fluorescent.co/stiletto/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.
