Removing Shopify GTM App from Theme (OPTIONAL)
Removing our Shopify GTM App is not necessary but if you have several Apps installed, then you might find this helpful.
Step 1: Delete App
In your admin, go to Apps and click "Delete" next to our app name:
Step 2: Delete Elevar Snippets
In your admin, go to Online Store > Themes > Edit Code > and search for "elevar" in your theme files.
Then select all four elevar snippets and click the trash can icon to delete each one.
Step 3: Remove Elevar Snippets from Theme
In your admin, go to Online Store > Themes > Edit Code > and search for "theme.liquid" in your theme files.
You'll then need to remove three pieces of code from the theme.liquid file:
- {% render 'elevar-head-listener' %}
- {% render 'elevar-head' %}
- {% render 'elevar-body-end.liquid' %}
Then click Save.
If you are on Shopify Plus, you will need to remove the following pieces of code from your checkout.liquid file.
- {% render 'elevar-head-listener' %}
- {% render 'elevar-head' %}
- {% render 'elevar-checkout-end.liquid' %}
Step 4: Remove Elevar Snippets from Checkout Thank you Script
If you copied our thank you page snippet then you will need to remove this from your thank you page script as well.
**In your admin, go to Settings > Checkout > Additional Scripts and remove this block of code:
That's it!
Questions or issues? Contact us at [email protected].
Updated 1 day ago