What actions should be made after Quantity Discount & Tiered Pricing app 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.

  • Delete the following code from these files:

theme.liquid

{% render 'amai_stp-theme-snippet' %}

                                                                                             

cart.liquid:

{% render 'amai_stp-cart-snippet' %}


product.liquid:

{% render 'amai_stp-product-snippet' %}

                                                                          

  • You can also delete these files:

amai_stp-cart-snippet.liquid under Snippets section.
amai_stp-product-snippet.liquid under Snippets section.
amai_stp-theme-snippet.liquid under Snippets section.