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.
- Go to
Online Store
in your Shopify Admin Panel - On your 'Current theme' select
Actions
->Edit Code
- In the
theme.liquid
file search forfindify
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 - Remove the
findify-tagging.liquid
file fromSnippets
section
Updated about 4 years ago