Skip to main content
All CollectionsSettings
Uninstalling the app
Uninstalling the app
N
Written by Narmina Balabayli
Updated over a week ago

We don't want to let you go.. but here is how to uninstall MBC Bundles app.

WARNING: This work requires technical knowledge and prior experience with Liquid code. If you are not comfortable with this, please contact us at [email protected]

Unfortunately, Shopify API does NOT provide the possibility to remove leftovers of any app after the merchant uninstalled it. Therefore we described the steps to do it by yourself:

  1. Remove mbc-bundles snippet include from the theme.liquid

  2. Remove theme-mbc-backup.liquid

3. Remove mbc-bundles.liquid snippet

4. Look for the following lines in the cart template and remove them (most often this is the cart-template.liquid section, but there may be another name, or it may not be a section at all, but a template or snippet):

<span class="Makebecool-theme-hook-DO-NOT-DELETE makebecool_cart_item_price" data-item-key="{{item.key}}" style="display:none !important;"></span> <span class="Makebecool-theme-hook-DO-NOT-DELETE makebecool_cart_item_total" data-item-key="{{item.key}}" style="display:none !important;"></span> <span class="Makebecool-theme-hook-DO-NOT-DELETE makebecool_cart_total" style="display:none !important;"></span> <span class="Makebecool-theme-hook-DO-NOT-DELETE makebecool_cart_savings" style="display:none !important;"></span>

5. Check for the proper functioning of your cart and then remove its backup cart-template-mbc-backup.liquid

Kindly let us know why you decided to uninstall the app.

Did this answer your question?