A simple guide for merchants
This guide explains how to remove all Subscribfy visuals, widgets, pricing badges, and front-end code from your theme.
It does not uninstall the app — it only removes what customers see on your storefront.
Go to Online Store → Themes → Edit Code.
Search for files containing names like:
subscribfy-
subscribfy-widget
subscribfy-price
subscribfy-custom

Delete all of these files.
These snippets are what display membership pricing or widgets on your store.
Open layout/theme.liquid.
Search for the following keyword:
subscribfy

Delete any script tags or code blocks using these keywords.
This removes Subscribfy scripts and styles that load on every page.
Search your theme files for any Subscribfy or membership-related code and remove it.
Check product templates (main-product.liquid, product.liquid, product-template.liquid) as well as cart files (cart-drawer.liquid, main-cart.liquid, and any cart-related sections/assets). Search for keywords like:
subscribfy
exm_
render 'subscribfy'