Adding the 'Manage Subscriptions' link to the customer account in Shopify
If your customer portal location is set to Storefront, customers can log in to their customer account and access their subscriptions. On the primary customer account screen, customers see a Manage Subscriptions link. However, some Shopify themes require manual installation of the Manage Subscriptions link.
If the link is missing from all customer accounts, follow this guide to insert the necessary code.
Note
This article applies to Shopify merchants using the Recharge or Shopify Checkouts.
Add the Manage Subscriptions link code
- In your Shopify Admin, click Online Store and select Themes.
- Click Actions and Edit code.
- Open the customers/account.liquid template file.
- Add the code shown below directly after the line that displays {{ customer.name }}.
- Click Save.
<!-- Begin Recharge code -->
<p><a href="/tools/recurring/login/">Manage Subscriptions</a></p>
<!-- End Recharge code -->
See an example

Updated 11 months ago