Thank you for being part of the Giving Economy and creating Impact for great nonprofits and their amazing missions. We hate to see you go and hope this isn’t goodbye, but see you again!
By installing the Change Commerce app, there are certain code snippets that are automatically added to your Shopify theme to help our technology operate properly. Once you decide to uninstall the app, our team loses all programmatic access to your store, which means we cannot help with removing the code snippets from your theme.
Although the code snippets that we add do not harm or affect your store even after you have uninstalled our technology, we understand that you may want to remove them. To completely remove Change Commerce from your Shopify store and all additional code used by Change Commerce please follow these steps:
To Uninstall Change Commerce Application:
1) Log in to your Shopify Store Admin
2) Navigate to Apps > Change Commerce
3) Navigate to Manager: Global Settings
4) Navigating to the bottom of the page
5) Click the “Deactivate” button
6) Click “Deactivate” button again in confirmation modal
7) Navigate to Apps
8) Find the “Change Commerce” application
9) Click the “Delete” link for “Change Commerce”
10) Select a reason for deleting (optional)
11) Click “Delete” button again in confirmation modal
To Remove Additional Scripts:
1) While logged into your Shopify Store Admin
2) Navigate to Settings > Checkout
3) Go to the “Order processing” section
4) Remove code snippet resembling the below format
5) Click the “Save” button
To Remove SG Global Vars from theme:
1) While logged into your Shopify Store Admin
2) Navigate to Sales Channels -> Online Store Themes
3) For the Current Theme, select the Actions dropdown menu and select “Edit Code”
4) Navigate to theme.liquid
5) Remove the script that has the id “sg-js-global-vars” that should look like:
sgGlobalVars = {{ shop.metafields['sg-cc']['sg-metafield'] | json }};
if(sgGlobalVars) {
sgGlobalVars.cart = {{ cart | json }};
sgGlobalVars.currentProduct = {{ product | json }};
sgGlobalVars.isAdmin = {% if content_for_header contains 'adminBarInjector' or content_for_header contains 'previewBarInjector' %}true{% else %}false{% endif %};
}
</script>
To Remove Code Implemented by the ShoppingGives Customer Service Team through Requested Assistance:
1) Please contact our support team at support@shoppinggives.com
2) We will walk you through granting ShoppingGives temporary access to your store
3) We will remove code related to the request
Once you’ve completed the uninstall, if you’d like to request your billing information be removed from our system please follow the instructions found in our, “Remove Billing Information” article.