1. Visit your shopify themes page
  2. Click the "Actions" button
  3. Select "Edit Code"
  4. Click link templates/customers/account.liquid
  5. 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>