
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 env.local under NEXT_PUBLIC_FW_CHECKOUT.
If you are building your own frontend, redirect to:
/cart/checkout details (including direct product links like products=variantId:quantity), see Cart Checkout Endpoint.
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.