How To Remove Your Membership V1 Code From Your Store Theme Once The App is Uninstall?

How To Remove Your Membership V1 Code From Your Store Theme Once The App is Uninstall?

When the app is removed from your store, technically, all codes will be automatically removed from your theme. But there are few liquid codes that you can remove from the store theme after uninstalling the app.

Here are the steps to remove your membership V1 code from your store theme once the app is uninstalled

Step 1: Go to the Shopify store and click Online Store > Themes > Navigate Actions and Select Edit code.

Step 2: Open theme.liquid file and search for ‘aaamembership_customer_logged_id’ text and delete the complete line of code as shown in the below screenshot.

Step 3: Open blog.liquid file and search for ‘aaa_mem_helper’ text and delete the highlighted code as shown in the below screenshot.

Step 4: Open collection.liquid file and search for ‘aaa_mem_helper’ text and delete the highlighted code as shown in the below screenshot.

Step 5: Open customers/account.liquid file and search for ‘aaa-success-msg-account’ text and delete the complete line of code as shown in the below screenshot.

Step 6: Open page.liquid file and search for ‘aaa_mem_helper’ text and delete the highlighted code as shown in the below screenshot.


Step 7: Open product.liquid file and search for ‘aaa-product-page-filter’ text and delete the highlighted code as shown in the below screenshot.

    • Related Articles

    • How To Remove Code After The Form Builder App Is Uninstalled From Shopify?

      When you uninstall the Form Builder app from your store, technically all codes will be automatically removed from your theme. If you used a shortcode or HTML code on your store to show the form accordingly than you have to remove the code, where you ...
    • Remove Code After Uninstalling AiTrillion

      When you uninstall AiTrillion, then follow the below steps to remove the code from the theme. Step 1. Login to Shopify Admin. Step 2. Go to Online Store > Themes > Actions > Edit Code (Live theme). Step 3. Search the keyword aio and delete all five ...
    • Set Up The Membership Module Again After Changing The Theme

      For the Membership module, if you added or publish a new theme after the app is installed then these snippet files will need to be added to the new/updated theme along with the liquid installation. Follow below steps to setup the Membership Module ...
    • Add a plan at the front store (Membership V2)

      Introduction In this article, we'll delve into the process of seamlessly integrating membership plans into your front store. Here are the steps to add a membership plan at the front store -: Step 1: Log in to Shopify, Click on Online Store>> Themes, ...
    • Setup Membership Button At Shopify Store

      Introduction For setting up the membership subscription button, you will have to copy its embed code from the app dashboard and add/paste in your theme where ever you want to show it. Here are the steps to setup membership button at Shopify store -: ...