Before you uninstall OnVoard's app from Shopify, you should turn off install scripts
from Shopify settings page to ensure that snippets installed by OnVoard gets removed accordingly. After OnVoard app is uninstalled from Shopify, we won't have API access to perform cleanup tasks.
After that is done, wait for a few minutes since the cleanup task is performed in the background.
To check if there's any leftover snippet from OnVoard, go to your Shopify theme editor and search for onvoard
to verify that OnVoard snippets have been removed.
What if you've already uninstalled OnVoard?
There are 2 options if you've already uninstalled OnVoard and need to remove installed snippets.
1) Reinstall
You can reinstall OnVoard and turn off install scripts
from Shopify settings page to initiate cleanup tasks. After that, you can uninstall OnVoard again.
2) Remove Manually
A more tedious approach would be to remove OnVoard snippets manually in your theme. Go to your Shopify theme editor to look for and delete the following files (if they exists).
- Delete
snippets/onvoard-loader.liquid
script - Delete
snippets/onvoard-initialize-head.liquid
script - Delete
snippets/onvoard-initialize-body.liquid
script - Delete
snippets/onvoard-webtracking.liquid
script - Delete
snippets/onvoard-backinstock.liquid
script
Inside layout/theme.liquid
, look for and remove the following code.
{% include "onvoard-loader" %}
{% include "onvoard-initialize-head" %}
{% include "onvoard-initialize-body" %}
{% include "onvoard-webtracking" %}
{% include "onvoard-backinstock" %}
Uninstall OnVoard App
From Shopify admin, go to apps page to uninstall OnVoard app.