Adding the Manage Subscriptions link to the Shopify customer account on your storefront

Customers can log into their Shopify customer accounts to access their customer portal through the Manage Subscriptions link. Depending on your Shopify theme, you may need to manually install the Manage Subscriptions link.

🚧

Platform

  • Recharge Checkout on Shopify
  • Shopify Checkout Integration

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