Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

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.

  4. Find theme.liquid file, open it and remove the following code

    according to this screenshot.

    :

Code Block
languagephp
<!-- spurit sri-added -->
{% render 'spurit_sri-theme-snippet' %}
<!-- /spurit_sri-added -->

5. Then find cart.liquid file, open it and remove the following

...

code:

Code Block
languagephp
<!-- spurit sri-added -->
{% render 'spurit_sri-cart-snippet' %}
<!-- /spurit_sri-added -->

6. And find product.liquid file, open it and remove the following

...

code:

Code Block
languagephp
<!-- spurit sri-added -->
{% render 'spurit_sri-cart-snippet' %}
<!-- /spurit_sri-added -->

You can also delete these files under Snippets section:

...