How to uninstall the Awtomic Subscription widget from your theme:

(Note: if you've uninstalled the Awtomic app, the widget should automatically hide itself from your store front and customers should no longer be able to see or use it, meaning that there's no urgent need to remove the changes mentioned below)

  1. Remove the following snippet from your layout/theme.liquid file.

    {% render 'bundleapp-imports' %}
  2. Remove the following snippet from either your sections/product-template.liquid or snippets/product-form.liquid file.

    {% render 'bundleapp-plan-selector', product: product %}
  3. Remove the following snippet from your sections/featured-product.liquid file.

    {% render 'bundleapp-plan-selector', product: product %}
  4. Remove the following snippet from your templates/customers/account.liquid file.

    {% render 'bundleapp-subscriptions.liquid' %}
  5. After these steps you can safely remove any files prefixed with awtomic-, awtomatic-, or bundleapp-

Need some help?

Of course if you need any help uninstalling the code please feel free to reach out to us at support@awtomic.app, or use the chat support in the bottom right corner of the screen. We'll get back to you as soon as we can.