> 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/other-settings/uninstall-app.md).

# Uninstall App

> How to **Uninstall** app from the store.

1\. Logging to your store, Go to the > Settings > **Apps and sales channels**.

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVLwzogpQlE-pjmVnYY%2Fuploads%2FdVi2CQ9XnqWJ5cNeMCCc%2FRemove%20App.png?alt=media\&token=ded7c415-c97c-44ca-b034-49a3c436b6fc)

2\. Find the "**Donate Source**" app and click on the remove button.

3\. Choose the reason to delete then, click on the "**Delete**" button.

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVLwzogpQlE-pjmVnYY%2Fuploads%2FnZ0H5hKHO70QcgSDbcpD%2FDelete%20App.png?alt=media\&token=034a20b9-f83d-444f-a339-d9185e2c28f4)

### Uninstall Code

**Uninstall code from cart page :**

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

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVLwzogpQlE-pjmVnYY%2Fuploads%2FM5eY79dmTjqYcliPnps2%2Ftheme-edit-code.png?alt=media\&token=f5738c82-e79f-4240-81be-c803af2a2bee)

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-x-prod.appspot.com/o/spaces%2F-MVLwzogpQlE-pjmVnYY%2Fuploads%2FIv7sPmGkgwKlKkvLyPEX%2Fsearch-cart-liquid.png?alt=media\&token=0bed47f6-6765-4e44-9bda-1a2f2a4f045c)

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-x-prod.appspot.com/o/spaces%2F-MVLwzogpQlE-pjmVnYY%2Fuploads%2FgClIG0eJNKSyQVCvgT7A%2Fcart-liquid.png?alt=media\&token=68562052-959c-4277-9b96-f508f9d1dcbd)

5\. Do a search using the keyboard shortcuts (Ctrl F or ⌘ F) for the word  **{% render 'donate-source' %}** and remove it.

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVLwzogpQlE-pjmVnYY%2Fuploads%2FhXaKlATAoOFZ17K9RYd5%2Fcart%20snippet%20remove.png?alt=media\&token=745311a7-f255-415f-9909-597cdba0e76b)

**Uninstall code from product page :**

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

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVLwzogpQlE-pjmVnYY%2Fuploads%2FGaaxtCpcXdsZk9I1C0gU%2Ftheme-edit-code.png?alt=media\&token=193cf466-3143-441f-99dc-a4a9ed3ebd57)

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-x-prod.appspot.com/o/spaces%2F-MVLwzogpQlE-pjmVnYY%2Fuploads%2FWpmnJt9BmPfDWbiHodzd%2Fsearch-product-liquid.png?alt=media\&token=2db29f5f-cad0-4380-80c8-fd0f9e78a974)

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-x-prod.appspot.com/o/spaces%2F-MVLwzogpQlE-pjmVnYY%2Fuploads%2FfWpIcoLtZeYveStUHWKA%2Fproduct-template.png?alt=media\&token=4f6d78fa-e4de-46fc-b5a5-9f0060d80bf7)

5\. Do a search using the keyboard shortcuts (Ctrl F or ⌘ F) for the word **{% render 'donate-source' %}** and remove it.

![](https://2396327075-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVLwzogpQlE-pjmVnYY%2Fuploads%2FYOHw7gTQmjm5xwPHRWr2%2Fproduct%20cart%20snippet%20remove.png?alt=media\&token=0bb5647a-f512-426e-a735-3ae96dd94ba1)

That's it! Now Your app is fully uninstalled.
