If I delete the Recurring Payments & Subscription, do I need to do anything else?

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:

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

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

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

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

<!-- spurit sri-added -->
{% render 'spurit_sri-product-snippet' %}
<!-- /spurit_sri-added -->

You can also delete these files under Snippets section:

spurit_sri-cart-snippet.liquid
spurit_sri-product-snippet.liquid
spurit_sri-theme-snippet.liquid

Under Templates section remove the following files:

cart-without-spurit_sri.liquid

product-without-spurit_sri.liquid