/
What actions should be made after Upsell Bundled Products uninstalling?
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.
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.
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
Related articles
Related content
What actions should be made after uninstalling SpurIT Upsell Email Marketing app?
What actions should be made after uninstalling SpurIT Upsell Email Marketing app?
More like this
What actions should be made after app uninstalling?
What actions should be made after app uninstalling?
More like this
What actions should be made after Quantity Discount & Tiered Pricing app uninstalling?
What actions should be made after Quantity Discount & Tiered Pricing app uninstalling?
More like this
What activities should be undertaken after uninstallation of SpurIT Wholesale Pricing in Vintage themes?
What activities should be undertaken after uninstallation of SpurIT Wholesale Pricing in Vintage themes?
More like this
What should be done to remove the app correctly
What should be done to remove the app correctly
More like this
What should be done to remove the application correctly
What should be done to remove the application correctly
More like this