This guide shows the cleanest way to remove Tipo Appointment Booking from your Shopify store, including removing any theme files the app added.
🧹 Automatically uninstall
Use this option if you want the fastest, safest uninstall.
Click Uninstall to remove the app from the theme integrated
Remove the app from your Shopify app list
🧰 Manually uninstall
Use this if you want to completely remove the app’s files/snippets from your theme (advanced).
1) Delete these theme files
In Shopify Admin → Online Store → Themes → Edit code, delete:
Assets/Tipo.booking.scss.liquid
Snippets/Tipo.booking.script.liquid
Sections/Tipo-booking-form.liquid
2) Remove snippet include in theme.liquid
Go to Layout/theme.liquid and delete:
{% include ‘tipo.booking.script’ %}
3) Remove booking history block in customer account template
Go to Templates/customers/account.liquid and delete:
<div id=”tpb-history-booking”></div>
If you manually added booking code to any pages, delete:
<div class=”tpb-booking-form page”></div>
✉️ Optional: Share feedback
Tipo also invites you to email feedback to [email protected]
Last updated