EXPO
  • Intro to EXPO
  • Setup Guide
    • Quick start guide
    • Option types
      • Text
      • Text area
      • Number
      • Choice list
      • Checkbox
      • Dropdown
      • Button
      • Swatches
      • Button (Multi selectable)
      • Swatches (Multi selectable)
      • Time picker
      • Date picker
      • File upload
    • Use cases
      • Setup extra product options
      • Gift wrapping options
      • Conditional product options
    • Customize
      • Drag and drop
      • Customize option types
      • Customize with CSS
    • Settings
      • Process flow
      • Multi-language
      • Multi-currency
    • Uninstallation
    • Integrations
      • PageFly
  • FAQ
    • Questions?
    • Compatibility
      • Known issues
      • Post-purchase
      • Expected behavior
    • Plans
  • Support
    • Troubleshooting
      • How to publish extra product options
      • Liquid error: could not find asset snippets/expo.liquid
      • How to approve our collaborator request
      • How to move EXPO section around
      • How to clear browser cookies
    • Contact
    • Changelog
Powered by GitBook
On this page
  • How to uninstall EXPO app
  • How to not show an option set
  • How to disable options
  • How to manually remove app code
  1. Setup Guide

Uninstallation

PreviousMulti-currencyNextIntegrations

Last updated 1 year ago

How to uninstall EXPO app

Uninstalling EXPO takes 2 simple steps: Deactivate and Delete app. This will remove all of your options and app scripts from your store.

Good to know: Deactivating all option sets will stop the app from initializing.

How to not show an option set

You can stop showing options by unassigning products.

Navigate to your option set and untick all products affected by the set. When you see the Products count as zero, you finish unassigning them.

Then you can click on View product page to make sure the options are successfully disabled.

How to disable options

To prevent the app from running on the store front, you can disable the option sets. Simply click on the three dot icon at the top right corner and choose Deactivate option set to disable it.

When all option sets are deactivated, you have successfully disabled EXPO app.

How to manually remove app code

To completely remove the app code, you can manually delete these code.

1. Assets/expo-init.js

  • Go to Current theme > Edit code

  • Open Assets folder

  • Delete expo-init.js file

2. Layout/theme.liquid: this one line

  • Open theme.liquid

  • Search for "expo" or navigate to this line

<script src="{{ 'expo-init.js' | asset_url }}" defer="defer"></script>
  • Delete that script line and click Save

Now you have successfully removed the app code from the theme.

If you wish to just clear the extra options, you don't need to delete the app. We suggest .

deactivating option sets