
checkout.<your_store>.com to the checkout page so that the redirect from your main store is seamless. You can connect custom domains here.
In the Vercel starter kit, you can add the checkout domain (custom or otherwise) to the env.local file under the NEXT_PUBLIC_FW_CHECKOUT variable. If you are building your own frontend, you will simply redirect the user to:
Setting up a meta redirect (recommended)
The emails sent from Fourthwall can sometimes include a link to the Fourthwall (checkout) page. When a user clicks on this link, you will want to redirect them to your domain. You can add a redirect script to yourHead component here.