For AI agents: visit https://charge-rabbit.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
- Visit your shopify themes page
- Click the "Actions" button
- Select "Edit Code"
- Click link templates/customers/account.liquid
- Paste the following code
Note: Placement of this code within customers/account.liquid is completely dependent on your shopify theme.
<p>
<a href='/apps/subscriptions/customers/{{customer.id}}/subscriptions' class='charge-rabbit-manage-link btn button' data-customer-id="{{customer.id}}">
Manage My Membership
</a>
</p>