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 <span class="cm-s-neo" style="box-sizing: border-box;">Online Store</span>
in your Shopify Admin Panel
##Step 2:
On your <span class="cm-s-neo" style="box-sizing: border-box;">Live theme</span>
select <span class="cm-s-neo" style="box-sizing: border-box;">Actions</span>
-> <span class="cm-s-neo" style="box-sizing: border-box;">Edit Code</span>

Step 3:
In the <span class="cm-s-neo" style="box-sizing: border-box;">theme.liquid</span>
file search for <span class="cm-s-neo" style="box-sizing: border-box;">findify</span>

Step 4:
Remove the code that contains the <span class="cm-s-neo" style="box-sizing: border-box;"><script></span>
snippet, which is used to load our JS library

Step 5:
Remove the <span class="cm-s-neo" style="box-sizing: border-box;">{% include 'findify-tagging</span>
%}` which injects our tracking tags

Step 6:
Delete the <span class="cm-s-neo" style="box-sizing: border-box;">findify-tagging.liquid</span>
file from <span class="cm-s-neo" style="box-sizing: border-box;">Snippets</span>
section

For any further questions reach out to us at yourfriends@findify.io.