How to install the CookieFirst banner on a Shopify website? Follow this guide.
Login to your Shopify website and go to Themes . Select Edit code.
Open the file called theme.liquid and look for a line that starts with <body In my example below this is called
<body class="template-{{ request.page_type | handle }}">
Directly below that line you need to copy your embed script you can find under your domain settings. Something like this:
<script src="https://consent.cookiefirst.com/banner.js" data-cookiefirst-key="<API Key>"></script>
Past the embed code Under the line that started with <body and hit save.
Reload your website, and the banner should be visible
It's currently not possible to add the banner on your checkout process. It's only supported to add scripts there if you're on the Shopify Plus plan.