{% comment %} Web-Tracking.eu — Shopify theme snippet Cookieless, GDPR-compliant analytics for your Shopify store. No app, no recurring fees, no cookie banner required. Installation: 1. In Shopify admin go to: Online Store > Themes 2. On your live theme, click: Actions > Edit code 3. In the left sidebar, scroll to "Snippets" and click "Add a new snippet". 4. Name it "web-tracking" (no extension). 5. Paste this entire file into the new snippet and save. 6. Open layout/theme.liquid and add this line just before : {% raw %}{% render 'web-tracking' %}{% endraw %} 7. Save layout/theme.liquid. Configuration: - Replace YOUR_SITE_ID below with your site ID from the Web-Tracking.eu dashboard (Settings > Sites). Docs: https://web-tracking.eu/install/shopify {% endcomment %} {%- assign web_tracking_site_id = 'YOUR_SITE_ID' -%}