# Product 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 product pages**&#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 **product.liquid** file and click into it.

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLwzogpQlE-pjmVnYY%2F-MVM4PlkT8dpZv7pSejl%2F-MVM5gh-b40UXIcZPn2h%2Fsearch-product-liquid.png?alt=media\&token=c9513b39-9a70-423b-913c-ea0394d74acb)

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

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLwzogpQlE-pjmVnYY%2F-MVM4PlkT8dpZv7pSejl%2F-MVM5q01JJuFJP5jTu5S%2Fproduct-template.png?alt=media\&token=1ef3fb16-e4e6-4c32-9545-8facc3517d24)

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

```
type="submit"
```

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLwzogpQlE-pjmVnYY%2F-MVM601Y5ctsBOBehzV2%2F-MVM6FTJvk_XkkHysdeN%2Fsearch-addtocart-product-liquid.png?alt=media\&token=9319a8bd-9ea4-439d-9ad0-b42b46f84af2)

6\. Copy the code snippet below.

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

7\. Paste the install code snippet right above the **add to cart button wrapper** text, as seen below.

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLwzogpQlE-pjmVnYY%2F-MVM601Y5ctsBOBehzV2%2F-MVM6zTTlUCRjeBptUye%2Fcode_snippet_product.png?alt=media\&token=1be7657f-8cf6-4b69-a481-64c8cae6463f)

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-MVM601Y5ctsBOBehzV2%2F-MVM7uaBONqfvkfzpI0i%2Fproduct_page_donation.png?alt=media\&token=fd8cd2b4-3493-4e37-9b6b-565ff6d2b314)
