What actions should be made after Upsell Bundled Products uninstalling?

When you uninstall the application in 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.


  1. Open Themes section on the admin panel of your web store (Online Store → Themes);

  2. Find Theme from the list which will be used with our installed app.

  3. Click Actions  Edit Code.

  4. Remove the short 3 lines block in product.liquid, collection.liquid and cart.liquid files:

Remove the following code from product.liquid:

<!-- sh_sub-added -->
{% render 'sh_sub-product-snippet' %}
<!-- /sh_sub-added -->

Remove the following code from collection.liquid:

<!-- sh_sub-added -->
{% render 'sh_sub-collection-snippet' %}
<!-- /sh_sub-added -->

Remove the following code from cart.liquid:

<!-- sh_sub-added -->
{% render 'sh_sub-cart-snippet' %}
<!-- /sh_sub-added -->

Under Snippets section delete the files:

 sh_sub-product-snippet.liquid

 sh_sub-collection-snippet.liquid

 sh_sub-cart-snippet.liquid

Under Templates section delete the following files: 

product-without-sh_sub.liquid

collection-without-sh_sub.liquid

cart-without-sh_sub.liquid