This guide outlines how to uninstall Offerbox from a website.
Uninstall from Shopify Store
If you have a Shopify store, first
disconnect the app and then simply remove the snippet from the
theme.liquid
file:
{% render 'offerbox'}
If "Hide from Pages" is enabled, you may want to remove classes added to your body tag(s).
<body class="offerbox-skippage">
Uninstall from a Website
From your website, remove the connector script. It looks like this:
<script https://www.offerbox.app/embed.js?shop=www.myonlinestore.com" async defer></script>
If "Hide from Pages" is enabled, you may want to remove classes added to your body tag(s).
<body class="offerbox-skippage">