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