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 "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:
- Recharge Checkout on Shopify
- 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 for the Recharge Checkout on Shopify, or 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.
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