Redirect Setup
Add this code to your Shopify theme.liquid file. This will redirect all the users to your Webflow site.Replace
YOUR_CUSTOM_DOMAIN with your front end domain. For example, if your webflow domain is example.com, then replace YOUR_CUSTOM_DOMAIN with example.com.Sucessfull Checkout Redirect
We also want to record when a customer checkout was successful. We will add the code snippet below in theAdditional scripts section of the Shopify checkout settings.
1
Go to your Shopify admin.
2
Click on the
Settings button on the bottom left.3
Click on the
Checkout tab.4
Scroll down to the
Additional scripts section.5
Replace
YOUR_CUSTOM_DOMAIN with your webflow domain. For example, if your webflow domain is example.com, then replace YOUR_CUSTOM_DOMAIN with example.com. Also, we recoomend to have an empty page in site with the name checkout and replace YOUR_PAGE_NAME with checkout.