Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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. Make sure that all your pre-orders are disabled and are not in the process of deactivation ("Updating..." status).
    Filter→Pre-order status→is Any except “Pre-order disabled”

  2. Go to the theme code editing section in the admin panel of your web store.
    Online Store → Themes → Actions → Edit code


  3. 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:

    {% include 'spurit_po2_theme_snippet' %}
  4. Find the following file at the bottom of the Snippets directory and delete it:
    spurit_po2_theme_snippet.liquid
  • No labels