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

Leica

Filters

Leica Disto D1

Original price €160,95 - Original price €160,95
Original price €160,95
€160,95
€160,95 - €160,95
Current price €160,95

Leica Disto D1 The Leica Disto D1 is a slim-design distance meter that fits in your pocket. The distance meter can measure distances up to 40 m...

View full details

Leica DISTO™ D110

Original price €269,95 - Original price €269,95
Original price €269,95
€269,95
€269,95 - €269,95
Current price €269,95

Overview Technical description Features Apps Document Guarantee Leica DISTO™ D110 The Leica DISTO™ D110 is the w...

View full details

Leica DISTO D2 Distance Meter

Original price €313,95 - Original price €313,95
Original price €313,95
€313,95
€313,95 - €313,95
Current price €313,95

Leica DISTO D2 Distance Meter The little partner - for indoor use. Precise measurement: fast and easy - fits in every pocket! The compact an...

View full details

Leica Disto X3

Original price €505,95 - Original price €505,95
Original price €505,95
€505,95
€505,95 - €505,95
Current price €505,95

Leica Disto X3 A rangefinder from Leica with Bluetooth in a durable and waterproof design. Equipped with a color screen and digital target find...

View full details

Adapter Disto distance meter

Original price €141,95 - Original price €141,95
Original price €141,95
€141,95
€141,95 - €141,95
Current price €141,95

Adapter Disto distance meter An adapter adapted for Disto D510 and D810 on measuring rod Max diameter of rod: 10-38 mm Enables measurement u...

View full details

Disto Target 50-200m

Original price €52,95 - Original price €52,95
Original price €52,95
€52,95
€52,95 - €52,95
Current price €52,95

Disto Target 50-200m A target to use with the Disto distance meter to enhance the visibility of the laser beam The target has 2 sides: a w...

View full details

Leica Disto D5 - Package

Original price €1.114,95 - Original price €1.114,95
Original price
€1.114,95
€1.114,95 - €1.114,95
Current price €1.114,95

The perfect outdoor package for convenient and precise measurement, even in bright sunlight. The Leica DISTO D5 is particularly suitable for dista...

View full details

Leica Disto D5

Original price €716,95 - Original price €716,95
Original price €716,95
€716,95
€716,95 - €716,95
Current price €716,95

The Leica DISTO D5 is particularly suitable for outdoor distance measurements. Thanks to the digital Pointfinder function, the high functionality a...

View full details

Leica Disto X6 P2P Package

Original price €2.421,95 - Original price €2.421,95
Original price
€2.421,95
€2.421,95 - €2.421,95
Current price €2.421,95

Ready-made package for P2P measurement and CAD integration. The combination of the DISTO X6 and the Leica DST 360-X adapter enables P2P technology,...

View full details

Leica Disto X6

Original price €1.041,95 - Original price €1.041,95
Original price
€1.041,95
€1.041,95 - €1.041,95
Current price €1.041,95

THE LATEST IN DISTANCE MEASUREMENT! The Leica DISTO X6 is particularly suitable for tough construction environments. With an IP65 rating, the e...

View full details

Leica Disto DST 360 adapter + tripod

Original price €1.247,95 - Original price €1.247,95
Original price
€1.247,95
€1.247,95 - €1.247,95
Current price €1.247,95

Leica Disto DST 360 adapter + Stand Turn your Leica Disto X-series into a professional measuring station Point-to-point measurement The DST...

View full details
*/ (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); })();