How can I add a link to my membership dashboard to my customer account page?
The easiest way to add a link membership dashboard is via an App Embed. This is a special widget that you enable within your Shopify theme that 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, 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 would prefer to add the membership management link manually, 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 you have any trouble with it, send us an email at support@conjured.co.