Add A My Subscription link to the My Account PageCopy Page 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. Liquid<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> Updated less than a minute ago Did this page help you?YesNo