Note: Recharge recently updated the merchant portal to better serve your needs. Some articles in the Help Center may still reference the previous navigation structure. Recharge is in the process of updating all articles to reflect these changes.
Adding and adjusting the 'Manage Subscriptions' link to the customer account in Shopify
Shopify Checkout integration
Sections
If your customer portal location is set to "Embedded in platform storefront," customers can log into their account and access their subscriptions. On the main customer account screen, they will see a Manage Subscriptions link. Some Shopify themes need this link installed manually. If the link is missing from all customer accounts, follow this guide to insert the necessary code.
Platform:
- Shopify Checkout Integration
Before you start
- This update requires minimal Shopify theme knowledge. If you require assistance, contact Recharge Support to insert the code for you.
- Learn more about customer accounts on the Shopify Checkout Integration.
- Some 2.0 themes required the code to be added to a different theme file. Work with your theme developer to identify the correct theme file before proceeding.
See an example
Add the Manage Subscriptions link
There are two ways you can add the Manage Subscriptions link depending on your store setup.
Note: These instructions apply only when using legacy customer accounts. Refer to the Integrated Shopify customer portal Early Adopter Program for instructions on using the integrated customer portal.
Option 1
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.
- If you're using Shopify 2.0 themes, use main-account.liquid under Sections and the code can be injected around line 143.
- Add the code shown below directly after the line that displays
{{ customer.name }}
.
-
<!-- Begin Recharge code -->
<p><a href="/tools/recurring/login/">Manage Subscriptions</a></p>
<!-- End Recharge code -->
-
- Click Save.
Option 2
Note: You must be using a Shopify 2.0 theme to use this option.
Add an App block to display the link:
- In your Shopify Admin, click Online Store and select Customize.
- Click Actions and Edit code.
- In your Shopify Theme Editor, click the dropdown menu and search for Customer account. Select Customer account.
- Click Add section, then Apps. Select the Manage Subscriptions app block.
- Drag and drop the app block to your desired location and click Save.
- Optionally, you can edit the Manage Subscriptions text by updating the Description and Link text in the theme editor.
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.
- If you're using Shopify 2.0 themes, use main-account.liquid under Sections.
- 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