How to Remove Elevar Conversion Tracking App from Theme

Learn How to Remove Elevar Conversion Tracking App from Theme

Removing Elevar Conversion Tracking App from Theme

Removing our Shopify Conversion Tracking App is not necessary, but if you have several Apps installed, then you might find this guide helpful.

Remove Elevar Conversion Tracking:

  • Begin on your Shopify homepage and click on the "Settings" button or gear icon in the lower left-hand corner of the page.
  • Once in the settings, use the left-hand navigation menu and click on the tab labeled "Apps and sales channels".
    • Locate the "Elevar Conversion Tracking" app.
    • Click on the three dots next to our app and using the drop-down menu, click on the "Untinstall" button.
      • (See Figure 1)

Step 1 screenshotFigure 1


Delete Elevar Snippets

  • Begin on your Shopify homepage and use the left-hand menu to click on the "Online Store" tab.
    • Then click on the tab labeled "Themes".
    • Locate and click on the three dots next to your current theme. An additional drop-down menu will appear, click on the tab labeled "Edit Code".
  • Within your theme files, use the search function to locate any Elevar snippets.
  • Once you have found the four Elevar Snippets, click on the trash can icon to delete each one.
    • (See Figure 2)

Figure 2


Delete Elevar Snippets from theme.liquid

  • After removing the Elevar snippets, you will need to remove three pieces of code from the theme.liquid file.
    • Locate these three pieces of code to delete:
      • {% render 'elevar-head-listener' %}
      • % render 'elevar-head' %}
      • {% render 'elevar-body-end.liquid' %}
        • (See Figure 3 and 4)
  • Once you have made the desired changed, be sure to click the "Save" button in the upper right-hand corner of the page.

_Figure 3_

_Figure 4_

❗️

Note: Shopify Plus

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' %}

Delete 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.
    • Begin on your Shopify homepage and use the left-hand menu to click on the "Sales Channels" tab.
    • Locate the "Checkout" section of this page and navigate to the "Additional Scripts" box. Delete the code inside of this box.
      • (See Figure 5)

Figure 5

πŸ‘

Questions or issues? Contact us at [email protected].