Uninstall app
Last updated
This guide shows the cleanest way to remove Tipo Appointment Booking from your Shopify store, including removing any theme files the app added.
Use this option if you want the fastest, safest uninstall.
Open the app
Click Uninstall to remove the app from the theme integrated
Remove the app from your Shopify app list

Use this if you want to completely remove the app’s files/snippets from your theme (advanced).
In Shopify Admin → Online Store → Themes → Edit code, delete:
Assets/Tipo.booking.js
Assets/Tipo.booking.scss.liquid
Snippets/Tipo.booking.script.liquid
Sections/Tipo-booking-form.liquid
theme.liquidGo to Layout/theme.liquid and delete:
{% include ‘tipo.booking.script’ %}
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>
Tipo also invites you to email feedback to hi@tipo.io
Last updated
