# Quick Cart

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Quick Cart.**

![](/files/XFIvNm9IxqssgJyJavP0)

![](/files/DjrXbUOvsZseWlKjz6TO)

| Setting                            | Description                                                                                                                                        |
| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Show Quick Cart?                   | Enable to show quick cart.                                                                                                                         |
| Continue Shopping Button: Redirect | Select the redirection after an item is added to cart. The options include: input Link for button, stay on the same page, go back to previous page |
| Continue Shopping Button: Link     | Fill in the link to redirect customers to after they add an item to cart.                                                                          |

#### Cart Item (Sidebar)

| Setting          | Description                                                                         |
| ---------------- | ----------------------------------------------------------------------------------- |
| Background Color | Set the background color of the sidebar cart.                                       |
| Border Color     | Set the border color of the sidebar cart.                                           |
| Border Width     | Determine the thickness of the sidebar cart's border ranging from 1px to 5px.       |
| Border Style     | Select the style of the sidebar cart's border either to be solid, dashed or dotted. |

#### Cart Toolbar Icon And Cart Page

| Setting                         | Description                                                                                                            |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| Show Order Note?                | Enable the Order Note Input Field on sidebar cart.                                                                     |
| Show Gift Wrap?                 | Enable to show gift wrap purchase on sidebar cart.                                                                     |
| Choose A Product                | Set the gift wrap product on sidebar cart (also applied on main cart)                                                  |
| Content For Toolbar Cart        | Fill in the text to instruct customers to add gift wrap product to cart on sidebar cart.                               |
| Content For Main Cart Page      | Fill in the text to instruct customers to add gift wrap product to cart on Cart page.                                  |
| Show Shipping Fee Calculator?   | Enable to show the Shipping Fee Calculator on Sidebar Cart (The Shipping Fee Calculator Message must be enabled first) |
| Default Country Selection       | Select the default country to show before any user's interaction to calculate the shipping fee.                        |
| Show Coupon Input Field?        | Enable to show the Coupon Input Field on Sidebar Cart.                                                                 |
| Coupon Title For Toolbar Cart   | Fill in the title for the coupon input field.                                                                          |
| Coupon Content For Toolbar Cart | Fill in the text to instruct customers to input the coupon for discounts on sidebar cart.                              |

#### Popular Products

| Setting                  | Description                                                                                          |
| ------------------------ | ---------------------------------------------------------------------------------------------------- |
| Show Popular Products?   | Show the popular products right on sidebar cart. The Popular Products must be setup in a collection. |
| Title                    | Fill in the title for the Popular Products section on sidebar cart.                                  |
| Font Size                | Determine the font size for the Popular Products title on sidebar cart.                              |
| Collection               | Select the collection of the popular products to show on sidebar cart.                               |
| Maximum Product To Show? | Determine the maximum products to fetch in the Popular Products section on sidebar cart.             |
| Show Dots?               | Enable the dots on Popular Products section for product pagination in the section.                   |
| Show Arrow?              | Enable the arrows on Popular Products section for product navigation in the section.                 |


---

# 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://halosoft.gitbook.io/bonnita-documentation/theme-settings/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.
