WhatsApp
  • Introduction
  • How to upgrade
  • Setup Guide
    • Add account
    • Prefilled message
    • WhatsApp chat widget
      • Vintage theme
      • Online Store 2.0
      • Display widget on specific pages
      • One click to chat
      • Custom availability
      • Show/Hide offline agents
    • WhatsApp chat button
    • Customize
    • Translate text
    • Uninstallation
    • Plans
    • Integrations
      • PageFly
  • Support
    • FAQ
    • How to approve our collaborator request
    • Contact
    • Changelog
Powered by GitBook
On this page
  • How to uninstall WhatsApp Chat Widget
  • How to manually remove the app script
  1. Setup Guide

Uninstallation

PreviousTranslate textNextPlans

Last updated 3 years ago

How to uninstall WhatsApp Chat Widget

App uninstallation takes 2 steps:

1. Deactivate

Go to app settings > click Deactivate to remove the app scripts from your store.

2. Delete app

Navigate to apps and delete the app.

Please leave your reason for deleting. If you want to suggest new features, feel free to do so. Alternatively, you can reach out to us at seedgrow.net@gmail.com

How to manually remove the app script

If you have accidentally deleted it without deactivating, please try to follow these simple steps:

  1. Add app again,

  2. Deactivate,

  3. Delete it. This will remove all the app settings.

Alternatively, if you are familiar with coding languages, you can also manually remove these scripts by following these steps:

1.Edit theme code

From your Shopify admin, go to Themes > Current theme > Actions > Edit code.

2. Open theme.liquid

You will then enter the whole theme source code. From the left directory, click on theme.liquid to open this code file.

3. Delete the scripts

In the code editor, navigate to right before the closing </head> and </body> tags to find these scripts:

<link rel="stylesheet href="‹'seedgrow-whatsapp-style.css' asset url \} >
<script src="{{ 'seedgrow-whatsapp-init.js' | asset_url }}" defer="defer"></script><script src="{{ 'seedgrow-whatsapp-frontend.js' | asset_url }}" defer="defer"></script>

4. Save changes

Click Save to finish the script removal.

Be sure not to delete anything else other than these two scripts.