Arctic Fox Foxology
0 Cart
Added to Cart
    You have items in your cart
    You have 1 item in your cart
    Total

    Related Products

    View more
    True Blue Hair Dye True Blue Hair Dye
    From $11.99
    pastel blue hair dye pastel blue hair dye
    From $11.99
    Arctic Mist Diluter | Arctic Fox - Dye For A Cause Arctic Mist Diluter | Arctic Fox - Dye For A Cause
    $18.49
    Shrek Colored Hair Dye - 0 Shrek Colored Hair Dye - 0
    From $11.99
    *Greece has a three-item limit due to customs restrictions* close
    document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll('[name="add"]').forEach(function (button) { button.addEventListener("click", function (event) { event.preventDefault(); // Prevents the default action to ensure tracking fires first let productElement = event.target.closest('[data-product-id]'); let productId = productElement ? productElement.getAttribute('data-product-id') : "Unknown"; let productTitle = productElement ? productElement.getAttribute('data-product-title') : "Unknown"; let productPrice = productElement ? productElement.getAttribute('data-product-price') : "0"; let variantId = productElement ? productElement.getAttribute('data-variant-id') : "Unknown"; // Send to Shopify Analytics analytics.subscribe('add_to_cart', (event) => { console.log(`Event Name: ${event.name}`); console.log(`Product Added: ${productTitle} (ID: ${productId}, Variant: ${variantId})`); });