Uninstalling Swipe

Please refer to these articles when uninstalling Swipe from your eCommerce store.

Shopify

To uninstall the app off of your Shopify store, follow the steps below:

1. In the menu items to the left of your dashboard, click Apps.

2. Scroll through the list of installed apps to find the Swipe app.

3. Once you’ve located the app, click on the trash can icon to delete the app off of your Shopify store.

Now that you’ve uninstalled the app, take Swipe off of your list of products.

1. Click on Products in the menu items to the left.

2. Under products, search for Swipe, then check the checkbox to the left of the product thumbnail.

3. Then select Actions > Delete selected products.

Once you’ve uninstalled the app and deleted the product, you will need to remove a piece of code.

1. Find the following piece of code in your code by searching for Swipe.

2. When you locate the code, delete it and click Save.
<div class="Swipe-div"></div>


The Swipe asset is now fully deleted from your site. Please let us know what we can do better by using this link.

BigCommerce

1. From your home screen, select “Apps” > “My Apps” 



2. Find the Swipe App, then select “Uninstall”

WooCommerce

1. From your home screen, select “Plugins” > “Installed Plugins”

2. Find the Swipe App from your list of Plugins and select “Deactivate”

3. After Plugin has been deactivated, select “Delete”

4. Confirm deletion of Plugin

Magento 2

For merchants who installed the Swipe module using Composer, the Swipe module can be removed/uninstalled running Magento’s “module:uninstall” command.


Run:
bin/magento module:uninstall Swipe_Swipe --remove-data --clear-static-content

After running the command, the user will be promoted whether to proceed or not. Enter y to proceed. 

Output shown below: 

Users can confirm the removal of the Swipe extension by running the following command: 


Run:
bin/magento module:status Swipe_Swipe

Output shown below: