Remove App
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 the uninstallation process, you might want to remove them anyway, the following guide will walk you through this process.
Steps:
Step 1:
Go to Online Store
in your Shopify Admin Panel
##Step 2:
On your Live theme
select Actions
-> Edit Code
Step 3:
In the theme.liquid
file search for findify
Step 4:
Remove the code that contains the <script>
snippet, which is used to load our JS library
Step 5:
Remove the {% include 'findify-tagging
%}` which injects our tracking tags
Step 6:
Delete the findify-tagging.liquid
file from Snippets
section
For any further questions reach out to us at yourfriends@findify
Updated about 1 year ago