Removing Ordergroove Code from Your Shopify Theme

General guidelines for removing Ordergroove assets and code snippets from your Shopify theme
View as Markdown

These are general guidelines and may vary depending on your theme and any further customizations you’ve made.


Removing Ordergroove’s Code

  1. Open the code editor for the theme you’d like to remove Ordergroove from.

  2. In the search box, type ordergroove and delete all files that start with “ordergroove”.

  3. Open the theme.js file and search for ordergroove. Delete the following snippets if you see them:

    • {%- render 'ordergroove_static_asset' -%}
    • {%- render 'ordergroove_global' -%}
  4. Locate the product file that has the Ordergroove snippet (it may be product.liquid, product-template.liquid, or something else depending on your theme). Search for ordergroove and delete the following snippet if you find it:

    • {%- render 'ordergroove_offer', product: current_variant, location: 'pdp' -%}
  5. Open the customers/account.liquid file and search for ordergroove. Delete the following snippet if you find it:

    • {%- render 'ordergroove_subscription_interface_link' -%}