# Quick cart

The **Quick cart** displays a slide-out drawer to allow customers to view and edit the items added to their cart. It can be opened on any page by clicking on the cart icon in the header.

In the **Quick cart** settings, you can choose to disable the quick cart, show **currency codes in prices**, and enable the **Empty cart promotion**.

## Enable cart features

***

You can enable several features to promote your products and create a sense of urgency to prompt customers to follow through with their purchase. See the guides below to learn more.

* [Cross sells](https://help.fluorescent.co/stiletto/cart/cross-sells)
* [Empty cart promotion](https://help.fluorescent.co/stiletto/cart/quick-cart/empty-cart-promotion)
* [Free shipping bar](https://help.fluorescent.co/stiletto/cart/free-shipping-bar)
* [Low inventory warning](https://help.fluorescent.co/stiletto/cart/low-inventory-warning)

## Change cart item aspect ratio

***

You can choose to crop all cart item images to be a uniform shape: Landscape, Portrait, or Square. Note that this settings applies to item images both in the quick cart and on the cart page.

<details>

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

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

1. Under “Overlays”, click the **Quick cart** section to open the settings.
2. Select a Cart item image aspect ratio: Landscape, Portrait, or Square.

   > Select **Natural** to display the original shape of each image.
3. Click **Save**.

</details>

## Disable order notes

***

You can let customers add additional information to their order. Text entered into the order notes field will be included in your order details. Order notes are enabled by default. Follow the steps below to disable order notes.

<details>

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

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

1. Under “Overlays”, click the **Quick cart** section to open the settings.
2. Click to uncheck the **Show order notes** option.
3. Click **Save**.

</details>

## Disable quick cart

***

You can turn off the quick cart in the **Quick cart** section settings. If disabled, clicking the cart icon will direct visitors to the cart page instead of opening the quick cart.

<details>

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

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

1. Under “Overlays”, click the **Quick cart** section to open the settings.
2. Click to uncheck the **Enable quick cart** option.
3. Click **Save**.

</details>

## Settings reference

Click on the **Quick cart** section to find the following settings:

<table><thead><tr><th width="282">Setting</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:blue;">Enable quick cart</mark></td><td>Choose whether to show quick cart drawer. If disabled, clicking the cart icon will take customers to the cart page.</td></tr><tr><td><mark style="color:blue;">Include currency code in price</mark></td><td>Choose whether to display the currency symbol next to the price.</td></tr></tbody></table>

In **Theme settings**, click **Cart** to find the following settings:

<table><thead><tr><th width="285">Setting</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:blue;">Show order notes</mark></td><td>Let customers add instructions or notes to their order when viewing the cart drawer.</td></tr><tr><td><mark style="color:blue;">Cart item aspect ratio</mark></td><td>Change the shape of images in the cart to Landscape, Portrait, or Square.<br><br>The Natural setting displays the original orientation of each image.</td></tr></tbody></table>

<br>

***

> **Related links**
>
> [Purchase confirmation popup](https://help.fluorescent.co/stiletto/cart/quick-cart/added-to-cart-popup)\
> [Cross sells](https://help.fluorescent.co/stiletto/cart/cross-sells)\
> [Empty cart promotion](https://help.fluorescent.co/stiletto/cart/quick-cart/empty-cart-promotion)\
> [Free shipping bar](https://help.fluorescent.co/stiletto/cart/free-shipping-bar)\
> [Low inventory warning](https://help.fluorescent.co/stiletto/cart/low-inventory-warning)\
> [Cart page](https://help.fluorescent.co/stiletto/cart/cart-page)


---

# 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/stiletto/cart/quick-cart.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.
