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

    Red Hair Dye Colors

    Burgundy Hair Dye - 0 Burgundy Hair Dye - 0
    From $11.99
    Cherry Red Hair Dye - 0 Cherry Red Hair Dye - 0
    From $11.99
    Candy Apple Red Hair Dye - 0 Candy Apple Red 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})`); });