# Configure cart drawer progress bar

Use the cart drawer progress bar to show customers how close they are to a cart goal, such as free shipping.

## Where to configure it

1. Open **Online Store > Themes** in Shopify admin.
2. Click **Customize** on your Keystone theme.
3. In the theme editor, open the **Cart drawer** section.
4. Click **Add block** and select **Progress bar**.
5. Save your changes.

## Progress bar settings explained

| Setting         | What it controls                                                                                                 | Example                                                           |
| --------------- | ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| Threshold       | The minimum amount customers need to reach before the bar is complete. Enter a number only (no currency symbol). | Set `100` to show a $100 goal.                                    |
| Calculation     | Which cart amount is used for progress: subtotal or total.                                                       | Use **Subtotal** to compare against the original subtotal amount. |
| Success message | The message shown when the threshold is reached.                                                                 | `You unlocked free shipping.`                                     |

## Where to edit progress bar text

* **Completed message**: In the theme editor, open **Cart drawer > Progress bar** and edit **Success message**.
* **In-progress text**: In Shopify admin, open **Online Store > Themes > ... > Edit default theme content**, then search for the cart bar text strings (for example, `You're` and `away from free shipping`) and update them.


---

# 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.brickspacelab.com/keystone/guides/sitewide/configure-cart-drawer-progress-bar.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.
