What actions should be made after app uninstalling?

When you uninstall the application in the Shopify admin panel, the theme will still contain code snippets from the application.

This is typical for all Shopify applications, because after you uninstall the application from your store it no longer has the rights to restore all the previous changes it made to the theme.


  1. Open Themes section on the admin panel of your web store (Online Store → Themes);
  2. Find Theme from the list which will be used with our installed app.
  3. Click Actions → Edit Code.
  •  Open the cart.liquid file and remove at the top of this file the following code:


<!-- SpurIT_8Upsell -->
{% render '8upsell-popup' %}
<!-- /SpurIT_8Upsell -->