How can I add a link to my membership dashboard to my customer account page?

This feature only works with the Classic customer accounts option.

The easiest way to add a link to the membership dashboard is via an App Embed. This special widget you enable within your Shopify theme will attempt to add a membership dashboard link to your customer account page.

You can access the App Embed directly by clicking the button on the Installation tab of your membership details page or the link provided on the Design page.

To return to the App Embeds directly in the future, start by going to the Customize section of your theme and clicking "App embeds".

Below is an example of where the App Embed shows up and what it may look like within your theme. The App Embed will attempt to add the link below the "View Addresses" link on your Customer Account page. If you would prefer to display it in a different place, you can add a custom CSS selector, after which the Manage Memberships link will display.

Advanced

If you feel comfortable editing HTML and prefer manually adding the membership management link, you can edit your Shopify theme directly. To begin, head to your Shopify's Online Store section and click Actions > Edit Code next to your theme.

Select the customers/account.liquid file from the left-hand menu.

Find the spot on this page where you want to include your Manage Membership link. Paste the following code there:

<div><a href="/a/membership/dashboard">Manage my membership</a></div>

If "New customer account" is a must in your store

If you cannot switch to the Classic customer accounts, you can add the dashboard link to your store's navigation menu. This will work great as long as the member is already logged in.
  • Go to your Online Store > Navigation > Main Menu > Add Menu Item.

Add the link on your dashboard [store's URL/a/membership/dashboard], then click Save.


If you encounter any difficulties, feel free to email us at support@conjured.co. We're here to help!

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us