When you uninstall the application directly from the Shopify admin panel, the theme will still contain code snippets from the application.
This is typical for all Shopify applications, because after you uninstall the application from your store it no longer has the rights to restore all the previous changes it made to the theme.
Please follow this guide to learn how to uninstall the app cleanly from your store.
Do this before you delete the app from the Shopify Admin Panel:
Click on the Uninstall button located at the top of the app:
Click Proceed to Uninstall to confirm the uninstallation. This process will remove all Convert+ code from your store:
Confirm the uninstallation one last time by clicking on the Uninstall button:
After 10 minutes, proceed to uninstall the app from the Shopify Admin panel.
If you had deleted the app without following the above steps, you can still remove the codes manually by following these steps:
Open Themes section on the admin panel of your web store (Online Store → Themes);
Find Theme from the list which will be used with our installed app.
Click Actions → Edit Code.
Delete the following code from these files (Please note screenshot is for reference only. Which line the code is located in the files differ from store to store):
theme.liquid:
{% render 'amai_stp-theme-snippet' %}
cart.liquid
{% render 'amai_stp-cart-snippet' %}
products.liquid
{% render 'amai_stp-product-snippet' %}
Please delete the following from the theme as well:
amai_stp-cart-snippet.liquid under Snippets section.
amai_stp-product-snippet.liquid under Snippets section.
amai_stp-theme-snippet.liquid under Snippets section.
Need help uninstalling? Contact our support team for assistance.