> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.ordergroove.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.ordergroove.com/_mcp/server.

# Removing Ordergroove Code from Your Shopify Theme

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' -%}`