Support Menu

Uninstalling Route

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

Shopify

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

Screenshot_2023-05-29_at_7.21.52_PM.png

  1. In the menu items to the left of your dashboard, click Apps.
  2. Scroll through the list of installed apps to find the Route 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 Route off of your list of products.

  1. Click on Products in the menu items to the left.
  2. Under products, search for Route, then check the checkbox to the left of the product thumbnail.
  3. Then select Actions > Delete selected products.

Screenshot_2023-05-29_at_7.22.58_PM.png


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 route.
  2. When you locate the code, delete it and click Save.
    <div class="route-div"></div>

    Screenshot_2023-05-29_at_7.24.12_PM.png


The Route 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” 

screenshot_2023-02-01_at_3.38.11_pm_720.png

screenshot_2023-02-01_at_3.38.27_pm_720.png

  1. Find the Route App, then select “Uninstall”

screenshot_2023-02-01_at_3.38.40_pm_720.png

WooCommerce
From your home screen, select “Plugins” > “Installed Plugins”

Screenshot_2023-05-29_at_6.55.06_PM.png

Screenshot_2023-05-29_at_6.55.26_PM.png

  1. Find the Route App from your list of Plugins and select “Deactivate”

Screenshot_2023-05-29_at_6.55.48_PM.png

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

Screenshot_2023-05-29_at_6.55.59_PM.png

  1. Confirm deletion of Plugin

Screenshot_2023-05-29_at_6.56.13_PM.png

Screenshot_2023-05-29_at_6.56.26_PM.png

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


Run:
bin/magento module:uninstall Route_Route --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: 

Screenshot_2023-05-29_at_6.57.24_PM.png

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


Run:
bin/magento module:status Route_Route

Output shown below: 

Screenshot_2023-05-29_at_6.57.35_PM.png