Articles on: Key Features

What should be done to remove RecurrinGO correctly

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 right to restore all the previous changes it made to the theme.

Go to the theme code editing section in the admin panel of your web store.

Online Store → Themes → Actions → Edit code



Open the theme.liquid file in the Layout directory.

Find the following code snippet at the bottom of the theme.liquid file and delete it:

{% render 'spurit_ros_theme_snippet' %}
Then go to Templates directory theme and remove the following file:

page.spurit-subscriptions.liquid

Then go to Snippets directory of your theme and remove the following files:

spurit_ros_product_details_snippet.liquid
spurit_ros_products_list_snippet.liquid
spurit_ros_theme_snippet.liquid
spurit_ros_featured_product_snippet.liquid

Updated on: 11/08/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!