{% comment %} statpx Analytics — Shopify Liquid snippet File: snippets/statpx-analytics.liquid INSTALL: 1. In Shopify Admin → Online Store → Themes → Edit code 2. Create new file: snippets/statpx-analytics.liquid (paste this file) 3. Open theme.liquid, find and add before it: {% render 'statpx-analytics' %} 4. Replace YOUR_TRACKING_ID below with your actual Tracking ID (found at statpx.com → Dashboard → your site → Snippet) 5. Save → Visit your store to verify tracking {% endcomment %} {% assign statpx_id = 'YOUR_TRACKING_ID' %} {% if statpx_id != '' and statpx_id != 'YOUR_TRACKING_ID' %} {% endif %}