Skip to main content
Shopify Profile Redirect Button REF
A wrapper component for Framer that redirects the user to their Shopify account page when clicked.

What It Does

The Shopify Profile Redirect Button wraps any Framer component and navigates the user to their Shopify account page on click. It has no visual style of its own — the appearance is entirely defined by the component placed inside it. Key behaviors at a glance:
  • Redirects to Shopify account — on click, opens {window.DOMAIN}/account in a new tab.
  • **Requires **window.DOMAIN — if the global DOMAIN variable is not set on the page, clicking does nothing.
  • Accepts any child element — wraps whatever Framer component or design element you place inside it, so the visual design is completely up to you.

Property Controls

PropertyTypeDescription
User ReferenceComponent InstanceThe Framer component shown as the button. Any click on this element triggers the redirect to the Shopify account page.

Notes

  • This component requires window.DOMAIN to be set globally on the page. Without it, clicks are silently ignored.
  • The account page opens in a new tab via window.open.
  • The wrapper has a minimum size of 20×20px to ensure it remains clickable even if the child component renders at zero size.