I understand that Upsell Funnel Engine app is not for everyone. Really sorry to see you go!
<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/33ce24b8-9da4-4202-95cc-bb0e483a74b3/bookmark_(1).png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/33ce24b8-9da4-4202-95cc-bb0e483a74b3/bookmark_(1).png" width="40px" /> NOTE:
This document applies only to customers who installed the app before November 18, 2023.
If you installed the app after this date, no manual code removal is required, as no scripts are injected into your theme. The app now uses Shopify App Embeds, which automatically removes all scripts upon uninstallation.
For earlier installations, please follow the steps below to manually remove unused scripts.
</aside>
We add some liquid code to the theme for the proper working of the app but wait!
<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/33ce24b8-9da4-4202-95cc-bb0e483a74b3/bookmark_(1).png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/33ce24b8-9da4-4202-95cc-bb0e483a74b3/bookmark_(1).png" width="40px" /> Important No worries, the code added in the theme liquid file will not execute/load/run in your store after the app is uninstalled.
So, it will not cause any harm to your store even if you haven't removed the codes.
</aside>
App subscription is handled by Shopify and if you have activated any subscription with the app then it will be automatically cancelled as soon as you uninstall the app.
If you find any issues regarding billing, please contact at [email protected]
<aside> ⚠️
After uninstalling we lose access to the theme, so we can't remove the code. But here are the instructions to remove it completely from the code.
If you need help with removing files, please contact [email protected], we will do it for you as soon as possible.
</aside>
theme.liquid fileStep 1: Go to Shopify Admin -> Online Store -> Themes
Step 2: Select Edit Code on the active theme

Step 3: Select theme.liquid from the left side
Step 4: Search for {% include 'ufe-offer' %} in theme.liquid file and remove only that code (don't remove any other code) and clickSave

<aside> 🚨 IMPORTANT: Complete the above steps FIRST then only do the below steps
</aside>