How to uninstall teeinblue completely
Theme app extension
to render Teeinblue on installed Themes. When installed, Teeinblue no longer adds any snippets or scripts to your published theme. If you installed Teeinblue before that time, and when you uninstall Teeinblue, there might still be some left-over codes inside your Theme. This is a very common phenomenon for Shopify apps. The reason is that when you delete an app, it instantly loses access to your Store, so we cannot clean up the codes there. The following Article will help you completely remove Teeinblue from your Store.
Step 1. Uninstall Teeinblue in Apps Page.
Go to your Shopify Admin > Settings > Apps and sales channels > find the Teeinblue Product Personalizer app > click on the dot icon button on the right, then select Uninstall
A popup will show up. Please write some reasons why you uninstall Teeinblue (it's important to us) and then click Delete.
Then, Teeinblue will be removed in your Apps list and you will no longer be able to access to Teeinblue.
Step 2. Remove the snippets and scripts from the theme.liquid
You would first need to access your Theme's code.
Please go to your Shopify Admin > Online Store > Theme > Current Theme > Actions > Edit Code
Normally, we write our snippets in your theme.liquid file. You can find it via: Layout > theme.liquid file.
Press Ctrl + F to open the search box inside this theme.liquid > type "teeinblue".
There will be some lines containing the word "teeinblue" > delete those lines, for example: {% include 'teeinblue-scripts' %}
Keep looking for the results there, and delete all additional results **you see inside **theme.liquid file
Step 3 (optional). Delete all the additional files in Theme.
Stay still on the "Edit code" page from step above, type "teeinblue" in the search box on the left panel.
There are some files including "teeinblue": teeinblue-scripts.liquid, teeinblue-product-loader.liquid, teeinblue-custom.css, teeinblue-custom.js
To remove these files, click on each file name > the file will be opened on the right > click on the "Delete" button > confirm Delete.
Once you have successfully deleted these results, all of our left-over codes will be gone.
Updated on: 02/07/2024
Thank you!