Articles on: Uninstall

Manual uninstall

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:

WARNING: This work requires technical knowledge and prior experience with Liquid code. If you are not comfortable with this, please contact us at support@makebecool.com


Remove mbc-bundles snippet include from the theme.liquid

Remove theme-mbc-backup.liquid



Remove mbc-bundles.liquid snippet



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>


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



That's all. Kindly let us know why you decided to uninstall the app support@makebecool.com

Updated on: 09/09/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!