Adding and adjusting the 'Manage Subscriptions' link to the customer account in Shopify
Shopify Checkout integration
Recharge Checkout on Shopify
Sections
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.
Platform:
- Recharge Checkout on Shopify
- Shopify Checkout Integration
Before you start
- This update requires minimal Shopify theme knowledge. If you require assistance, reach out to the Recharge support team to insert the code for you.
- If only some of your customers are unable to see the Manage Subscriptions link, reach out to the Recharge support team.
- Learn more about customer accounts for the Recharge Checkout on Shopify, or the Shopify Checkout Integration.
See an example
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 -->
Adjust the Manage Subscriptions link
- In your Shopify Admin, click Online Store and select Themes.
- Click Actions and Edit code.
- Open the customers/account.liquid template file.
- Locate the Recharge code and adjust the
Manage Subscriptions
text as needed. - Click Save.
Was this article helpful?
2 out of 2 found this helpful