
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}/accountin a new tab. - **Requires **
window.DOMAIN— if the globalDOMAINvariable 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
| Property | Type | Description |
|---|---|---|
| User Reference | Component Instance | The Framer component shown as the button. Any click on this element triggers the redirect to the Shopify account page. |
Notes
- This component requires
window.DOMAINto 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×20pxto ensure it remains clickable even if the child component renders at zero size.