Unique links to each customer on their customer account page

Topic summary

Goal: show a unique external “Memory Capsule” link on each customer’s account page.

Current setup: the Customer Accounts Hub app can only add one universal link for all customers, not per-customer links.

Suggested approach:

  • Store each customer’s unique URL in a customer metafield (a custom data field attached to the customer record).
  • Display that metafield value on the account page.

Implementation notes:

  • It’s unclear if Customer Accounts Hub can read/display customer metafields; this needs verification in the app’s capabilities.
  • If the app can’t, edit the theme to render the customer metafield using Liquid (Shopify’s templating language) directly on the account page.

Status: no confirmed solution in-app; action items are to check the app’s metafield support or proceed with theme code changes. Discussion remains open.

Summarized with AI on December 27. AI used: gpt-5.

Hello there!

I am looking to add a custom link for each customer when they are logged in to their account.

So each customer will login to their account on our site www.digitalmemorybox.co.uk and they will each see a tab for ‘Memory Capsule’. Each customer will have a different link sending them to an external page that is unique to that customer.

I currently use Customer Accounts Hub app which is great but can only provide 1 link for all customers.

Is there a way to do this?

Thank you!

Hey @DigitalMemoryBx ! The best way to accomplish something like this would probably be to use a customer metafield to store the unique link on each customer’s account, and then just display the metafield value on your site.

I am not sure if the Customer Accounts Hub app you are using has built in functionality to display metafield values, but you should also be able to accomplish this by editing the theme code directly to display a metafield value using Liquid.