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

  1. In your Shopify Admin, click Online Store and select Themes.
  2. Click Actions and Edit code.
  3. Open the customers/account.liquid template file.
  4. Add the code shown below directly after the line that displays {{ customer.name }}.
  5. Click Save.
<!-- Begin Recharge code -->
<p><a href="/tools/recurring/login/">Manage Subscriptions</a></p>
<!-- End Recharge code -->

See an example

1279

Need Help? Contact Us