Remove code left after uninstall

Remove Findify snippets left after uninstalling our public application

Installation of our Public Shopify Application automatically injects certain code snippets into your Shopify theme in order to make the installation process fully automatic and make our solution work fast and learn from the get go.

Unfortunately, when you uninstall the app we lose programmatic access to your store, thus we cannot remove the code snippets that we injected automatically.

Although the code snippets that we add do not harm your store even after uninstallation process, you might want to remove them anyway, the following guide will walk you through this process.

  1. Go to Online Store in your Shopify Admin Panel
  2. On your 'Current theme' select Actions -> Edit Code
  3. In the theme.liquid file search for findify
    3.1 Remove the code that contains <script> snippet, which is used to load our JS library
    3.2 Remove the {% include 'findify-tagging %}` which injects our tracking tags
  4. Remove the findify-tagging.liquid file from Snippets section