Uninstalling subscription widget from theme

Removing Loop subscription widget from Products & Theme
Written by Piyush Jain
Updated 2 years ago

Step by step guide for uninstallation of widget from some products, all products and the theme code 

1. To remove the subscription widget from only specific products mapped to a selling plan

Go to "Selling Plans" and click on "Edit Products" for the specific selling plan

Then select the product you want to remove and click on "Remove Products"

2. To remove the subscription widget from all the products mapped to the selling plans

Go to "Widget Installation" and click on "Disable"

3. To remove the widget snippets added in the theme code manually

Go to "Online Store" on your Shopify Admin, click on "Actions" and select "Edit Code" for the live theme

Now, search for the file containing the form product code. In most cases, this can be found in either of these files -

“product-form.liquid” / “product.liquid” / product-template.liquid” / “product-info.liquid” 

Now in the code, search for "loop_snippets" using Ctrl/Cmnd + F

Select this 3 line of code -

{% if content_for_header contains 'loop_snippets' %}
    {% render 'loop-subscriptions' type: 'product-widget' %}
{% endif %}

And click on delete on your keyboard. Then click on "Save" to save your changes in the code

4. To remove "loop-subscriptions.liquid" file

Search for it and then click on "Delete File" after opening it

This will remove the main code from your theme that is required for subscription widget to appear and work. To remove any other code, please refer to our manual installation guide to find where and what is added or reach out to us at contact@loopwork.co, we'd be happy to help.

Did this answer your question?