Skip to content
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka hĂ€r för att fĂ„ information om hur du som redan Ă€r Geofix kund kommer Ă„t ditt webbkonto
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka hĂ€r för att fĂ„ information om hur du som redan Ă€r Geofix kund kommer Ă„t ditt webbkonto

Juniper Cedar CT8X2

Filters

Cedar CT8 & CT8X2 Tablet Clear Screen Protector

Original price €9,95 - Original price €9,95
Original price €9,95
€9,95
€9,95 - €9,95
Current price €9,95

Cedar CT8 & CT8X2 Tablet Clear Screen Protector

Field Computer Juniper Cedar CT8X2 Android Tablet

Original price €1.672,95 - Original price €1.672,95
Original price €1.672,95
€1.672,95
€1.672,95 - €1.672,95
Current price €1.672,95

Field Computer Juniper Cedar CT8X2 Android Operating system Android 10 UBLOX M8030 GNSS, Qualcomm Snapdragon 632 8-core. 4GB RAM and 64GB hard...

View full details

Cedar CT8/CT8X2 External GNSS Antenna MMCX

Original price €135,95 - Original price €135,95
Original price €135,95
€135,95
€135,95 - €135,95
Current price €135,95

Cedar CT8/CT8X2 External GNSS Antenna MMCX

Cedar CT8/CT8X2 1D/2D Barcode & UHF RFID Pod

Original price €752,95 - Original price €752,95
Original price €752,95
€752,95
€752,95 - €752,95
Current price €752,95

Cedar CT8/CT8X2 1D/2D Barcode & UHF RFID Pod

Cedar CT8/CT8X2 Battery External Charger

Original price €180,95 - Original price €180,95
Original price €180,95
€180,95
€180,95 - €180,95
Current price €180,95

Cedar CT8/CT8X2 Battery External Charger

Cedar CT8/CT8X2 Battery 8000mAh (30.4Whr)

Original price €104,95 - Original price €104,95
Original price €104,95
€104,95
€104,95 - €104,95
Current price €104,95

Cedar CT8 Battery 8000mAh (30.4Whr)

CT8/CT8X2 Fip Cover Case with Strap

Original price €59,95 - Original price €59,95
Original price €59,95
€59,95
€59,95 - €59,95
Current price €59,95

CT8/CT8X2 Fip Cover Case with Strap

Cedar CT8 USB Type-C Headphone Plug

Original price €31,95 - Original price €31,95
Original price
€31,95
€31,95 - €31,95
Current price €31,95

Cedar CT8 USB Type-C Headphone Plug

Cedar CT8/CT8X2 Wired Ethernet Pod, RJ45

Original price €135,95 - Original price €135,95
Original price
€135,95
€135,95 - €135,95
Current price €135,95

Cedar CT8/CT8X2 Wired Ethernet Pod, RJ45

Cedar CT8/CT8X2 UHF RFID Pod

Original price €408,95 - Original price €408,95
Original price
€408,95
€408,95 - €408,95
Current price €408,95

Cedar CT8/CT8X2 UHF RFID Pod

Cedar CT8/CT8X2 1D/2D Barcode Pod

Original price €393,95 - Original price €393,95
Original price
€393,95
€393,95 - €393,95
Current price €393,95

Cedar CT8/CT8X2 1D/2D Barcode Pod

Cedar CT8/CT8X2 Handstrap 4 points

Original price €31,95 - Original price €31,95
Original price
€31,95
€31,95 - €31,95
Current price €31,95

Cedar CT8/CT8X2 Handstrap 4 points

*/ (function () { window.dataLayer = window.dataLayer || []; const CONFIG = { CURRENCY: "SEK", // LĂ€gg gĂ€rna till/justera selektorer om ditt tema anvĂ€nder andra element CHECKOUT_BUTTON_SELECTORS: [ 'button[name="checkout"]', 'input[name="checkout"]', 'form[action*="/checkout"] [type="submit"]', 'a[href*="/checkout"]' ] }; function fetchCart() { return fetch('/cart.js', { credentials: 'same-origin' }) .then(r => r.json()) .catch(() => null); } function mapItems(cart) { if (!cart || !Array.isArray(cart.items)) return []; return cart.items.map((it, idx) => ({ item_id: String(it.variant_id || it.id || it.sku || ''), item_name: it.product_title || it.title || '', item_brand: 'Geofix AB', item_variant: it.variant_title || '', price: (typeof it.final_price === 'number' ? it.final_price : it.price || 0) / 100, quantity: it.quantity || 1, index: idx + 1 })); } function totalValue(items) { return items.reduce((s, i) => s + (Number(i.price) || 0) * (Number(i.quantity) || 0), 0); } function isCheckoutClick(target) { if (!target) return false; // trĂ€ff pĂ„ definierade selektorer for (const sel of CONFIG.CHECKOUT_BUTTON_SELECTORS) { if (target.closest(sel)) return true; } // fallback: formulĂ€r som postar till /checkout const form = target.closest('form'); if (form && /\/checkout/i.test(form.action || '')) return true; return false; } // Lyssna brett i capture-fasen sĂ„ vi hinner hĂ€mta vagnen innan redirect document.addEventListener('click', function (e) { const el = e.target; if (!isCheckoutClick(el)) return; // HĂ€mta /cart.js och pusha begin_checkout snabbt innan sidan lĂ€mnas fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); // Ingen preventDefault – lĂ„t redirect ske normalt }, true); // Extra sĂ€kerhet: lyssna Ă€ven pĂ„ submit (t.ex. enter-tryck i formulĂ€r) document.addEventListener('submit', function (e) { const form = e.target; if (!form) return; if (!/\/checkout/i.test(form.action || '')) return; fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); }, true); })();