Linking your Customer Portal from your website or Shopify store

Your Customer Portal is only useful if customers can find it. The most effective way to drive traffic is to link to it from your Shopify store — in the navigation, the footer, or from your order confirmation and shipping emails.

Finding your portal URL

Before adding links, make sure you have your portal's public URL. You can find it in Customer Portal → Settings → Basic information or at the top of the portal preview. If you've set up a custom domain, use that URL.

To add your portal to the main navigation or footer in Shopify:

  1. In your Shopify admin, go to Online store → Navigation.
  2. Select the menu you want to edit (e.g. Main menu or Footer menu).
  3. Click Add menu item.
  4. Give the item a name (e.g. "Help center" or "Support").
  5. In the Link field, select URL and paste your Customer Portal URL.
  6. Click Add and then Save menu.

You can also hardcode a link directly in your theme's header or footer:

  1. In Shopify admin, go to Online store → Themes.
  2. Click Actions → Edit code on your active theme.
  3. Find the relevant template (e.g. header.liquid or footer.liquid).
  4. Add an anchor tag with your portal URL: <a href="YOUR_PORTAL_URL">Help center</a>.
  5. Save the file.
  • Order confirmation emails — add a "Need help?" link that points to your portal.
  • Shipping notification emails — customers checking on their order often have follow-up questions.
  • Your "Contact us" page — encourage customers to search the portal before submitting a request.
  • 404 error pages — catch lost customers and direct them to self-service.