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
    Nail Polish - Arcane Gold Nail Lacquer Nail Polish - Arcane Gold Nail Lacquer
    $9.95
    Nail Polish - Vi Nail Lacquer Nail Polish - Vi Nail Lacquer
    $9.95
    Nail Polish - Jinx Nail Lacquer Nail Polish - Jinx Nail Lacquer
    $9.95
    Nail Polish - Ekko Nail Lacquer Nail Polish - Ekko Nail Lacquer
    $9.95
    *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})`); });