Documentation Parcelify Storefront Shipping Rates Uninstalling

Uninstalling

Uninstalling Parcelify Storefront involves multiple steps to ensure your Shopify store is left exactly as it was before Parcelify was installed.

These steps are performed automatically when disabling the Parcelify Storefront first before uninstalling. See the below Automatic Install section for the easiest way for uninstalling Parcelify Storefront.

If you have already uninstalled the Parcelify application and wish to perform cleanup you can do one of the following:

  1. Re-install Parcelify and follow the Automatic Install instructions
  2. Follow the Manual Uninstall instructions

Automatic Uninstall

This is the easiest way to uninstall Parcelify Storefront. While Parcelify is installed, perform the following steps:

  1. From the Parcelify admin, disable the Storefront Shipping Rates option by clicking “Disable Storefront Shipping Rates” and accept the confirmation message.

    Screenshot of disable storefront option

  2. Wait for the Storefront Shipping Rates option to be disabled as seen by the yellow indicator.

    Screenshot of enable storefront option

  3. From the Shopify Apps page, click the “Delete” button beside the Parcelify application. Accept the prompt and enter any feedback you would like to provide to our team.

    Screenshot of shop app screen

Manual Uninstall

If you have already uninstalled Parcelify but did not disable the Storefront Shipping Rates option, you may follow these steps to remove all Parcelify products, shipping rates, and theme integrations from your store.

Note: Only perform these instructions if Parcelify is already uninstalled.

  1. Delete products - delete all Parcelify related shipping rate products.
    1. From the Products page in your Shopify admin, filter the products where vendor is equal to “Parcelify”.

      Screenshot of products filtered for Parcelify

    2. Ensure all products are Parcelify Shipping products. Select all products returned, and select “Delete products” from the “More actions” dropdown.

      Screenshot of all Parcelify products selected

  2. Delete Checkout Shipping Rates - delete the shipping rates that get presented to the customer in the Shopify checkout. There are two rates per zone on the General Shipping Shipping Profile.
    1. From your Shop’s admin, go to Settings, then Shipping and delivery, then click Manage rates in the General Shipping Rates section.

      Screenshot of General Shipping Profile

    2. Scroll down to the Shipping to section of the first zone, and delete the two “Shipping cost added to cart” rates by clicking the menu on the right and clicking “Delete” for each. Repeat this step for each Zone on this page.

      Screenshot of Zone on shipping profile

    3. Save the Shipping Profile by clicking the Save button at the top of the page

  3. Remove theme integrations

When you disable the Storefront Shipping Rates feature it will automatically remove the theme integrations from your active theme. If you have uninstalled Parcelify and wish to manually remove the theme integrations, the following to changes are required:

First, Remove the theme.liquid Snippet

Within the theme.liquid layout file there is a snippet of code towards the end of the file that looks like this:

<!-- START PARCELIFY CODE -->
{% if content_for_header contains 'parcelifyapp.com' %}
  {% render 'parcelify-checkout-script' %}
{% endif %}
<!-- END PARCELIFY CODE -->

Remove the five lines of code from the
<!-- START PARCELIFY CODE -->
through to
<!-- END PARCELIFY CODE -->.

Next, Remove parcelify-cart-snippet.liquid

Within the Snippets section of your theme there is a parcelify-cart-snippet.liquid file. Delete this file if the above snippet was removed from the theme.liquid file.

Cancelling your Subscription

There is no additional step for cancelling your Parcelify subscription after uninstalling - you will receive your final charge on your next Shopify invoice and no further application charges will occur.

Customizing Storefront Rates Parcelify Documentation