> 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.

# Legacy Subscription Manager v0 Components & Containers

This article is an overview of the liquid file structure of the Subscription Manager and where components and containers can be modified or restyled. We discuss the high-level overview of the Subscription Manager that can be seen out of the box (OOTB).

***

## Subscription Manager Wrapper

The entire Subscription Manager is wrapped in a Container and can be found in:  **Views > main.liquid**

Within this container, there are three distinct sections:

&#x20;**Order Processing**

&#x20;**Upcoming Orders**

&#x20;**Inactive Subscriptions**

***

## Orders Processing

&#x20;**Views > orders-processing.liquid**

This section appears when a customer's order is being processed.

*Order Processing Section — More Details*

***

## Upcoming Orders Section

&#x20;**Views > orders-unsent.liquid**

&#x20;**Views > order-unsent.liquid**

Depending on the specific version of your Subscription Manager, this could be found in `orders-unsent.liquid`.

This section shows the upcoming orders for the customer.

*Unsent Order Section — More Details*

***

## Inactive Subscriptions

&#x20;**Views > inactive-subscriptions.liquid**

This section contains all inactive subscriptions for a customer.

*Inactive Subscriptions Section — More Details*