We want to redirect users from our Shopify store to our Webflow site. This is a common use case when you want to use Webflow for your website and Shopify for the backend. We want to make sure that when users click on any link on the Google or Facebook product catalog, they are redirected to our Webflow site.Documentation Index
Fetch the complete documentation index at: https://docs.uselooop.com/llms.txt
Use this file to discover all available pages before exploring further.
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.