Uninstall App

How to Uninstall app from the store.

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

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

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

Uninstall Code

Uninstall code from cart page :

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

2. Click the Actions ▼ button, then select Edit code

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

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.

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

Uninstall code from product page :

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

2. Click the Actions ▼ button, then select Edit code

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

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.

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

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

Last updated