> For the complete documentation index, see [llms.txt](https://prezenapps.gitbook.io/donate-source/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prezenapps.gitbook.io/donate-source/app-setup/install-on-cart-page.md).

# Cart Page

Before App can start working on your store, you will need to install the app into your current theme.

**Let's start installing the app on cart page**&#x20;

1\. Starting from your Shopify dashboard, click on **Online Store**, and then click on **Themes**.

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLwzogpQlE-pjmVnYY%2F-MVLyvNPjGWbRwaa1K01%2F-MVLzwi_XQQ7BTBzJ1lS%2Ftheme-edit-code.png?alt=media\&token=fa733a36-4f40-4af1-b32b-336f609968ef)

2\. Click the **Actions** ▼ button, then select **Edit code**&#x20;

3\. In the top left corner of the theme code editor, search for your **cart.liquid** file and click into it.

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLwzogpQlE-pjmVnYY%2F-MVLyvNPjGWbRwaa1K01%2F-MVLzwibn5dbtRdTRhEQ%2Fsearch-cart-liquid.png?alt=media\&token=8b4cbc1c-01d3-4259-9e55-976f1f01dd13)

4\. If you see that your cart.liquid file is guiding you to your cart-template.liquid file. Go into the **cart-template.liquid** file under the Sections folder.

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLwzogpQlE-pjmVnYY%2F-MVLyvNPjGWbRwaa1K01%2F-MVLzwiaO_J586Ar3Crd%2Fcart-liquid.png?alt=media\&token=2688c5c2-d59d-4a3e-a06a-fada8ea2585f)

5\. Do a search using the keyboard shortcuts (Ctrl F or ⌘ F) for the word.

```
cart__footer
```

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLwzogpQlE-pjmVnYY%2F-MVLyvNPjGWbRwaa1K01%2F-MVM0b4V8nysnF_XjvYb%2Fsearch_class_in_cart.png?alt=media\&token=1320e5bc-9ae2-4fbe-9bc6-4efbf296a235)

6\. Copy below code snippet.

```
{% render 'donate-source' %}
```

7\. Paste the install code snippet right after the class cart\_footer, as seen below.

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLwzogpQlE-pjmVnYY%2F-MVLyvNPjGWbRwaa1K01%2F-MVM1mf5fhTzdn4ra9pN%2Fshortcode_in_cart.png?alt=media\&token=0def3c4e-b79c-4a32-960a-3a3a6ec11b74)

8\. Save your changes and view on the cart page 🙂.

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLwzogpQlE-pjmVnYY%2F-MVLyvNPjGWbRwaa1K01%2F-MVM4HnyL3_pB4lrsnGm%2Fdonate-source-on-cart.png?alt=media\&token=fb42e7ad-4d3d-40d2-9a69-b35830f8f4c4)
