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

Talmeter / Messfix

Filters

Nedo mEssfix-S, 5-8m

Original price €703,95 - Original price €775,95
Original price €703,95
€703,95 - €775,95
€703,95 - €775,95
Current price €703,95

Nedo mEssfix-S with bag - 5m, 6m, 8m Messfix is ​​a telescopic measuring rod with mm readings of length or height measurements. Volume bubb...

View full details

Nedo mEssfix, 1-5m

Original price €297,95 - Original price €489,95
Original price €453,95
€453,95 €297,95 - €489,95
€297,95 - €489,95
Current price €297,95

Nedo mEssfix with bag - 1m, 2m, 3m, 4m, 5m Messfix is ​​a telescopic measuring rod with mm reading of length or height measurements Has via...

View full details

Nedo mEssfix Compact - 5m

Original price €417,95 - Original price €417,95
Original price €417,95
€417,95
€417,95 - €417,95
Current price €417,95

Nedo mEssfix Compact with bag - 5m Measure internal dimensions quickly and reliably with the lightweight and handy Nedo mEssfix compact teles...

View full details

Nedo mEssfix Compact - 3m

Original price €357,95 - Original price €357,95
Original price €357,95
€357,95
€357,95 - €357,95
Current price €357,95

Nedo mEssfix Compact with bag - 3m Measure internal dimensions quickly and reliably with the lightweight and handy Nedo mEssfix compact teles...

View full details

Nedo mEssfix Truck & Trailer

Original price €1.168,95 - Original price €1.168,95
Original price €1.168,95
€1.168,95
€1.168,95 - €1.168,95
Current price €1.168,95

Nedo mEssfix Truck & Trailer Measures loads from 1.45 to 5.16 meters Scale in mm/cm Product weight: 3kg Storage bag included

Nedo mEssfix Bag

Original price €85,95 - Original price €85,95
Original price €85,95
€85,95
€85,95 - €85,95
Current price €85,95

Nedo mEssfix Protective Case/Bag Bag for Nedo mEssfix talometers

Nedo Messfix with sticks 5m

Original price €471,95 - Original price €471,95
Original price
€471,95
€471,95 - €471,95
Current price €471,95

Nedo Messfix with sticks 5m Telescopic measuring stick up to 5.1 m for easy measurement of internal dimensions. Equipped with spikes at the top...

View full details

Nedo Messfix with sticks 4m

Original price €513,95 - Original price €513,95
Original price
€513,95
€513,95 - €513,95
Current price €513,95

Nedo Messfix with sticks 4m Telescopic measuring stick up to 4.1 m for easy measurement of internal dimensions. Equipped with spikes at the top...

View full details

Nedo Messfix with sticks 3m

Original price €392,95 - Original price €392,95
Original price
€392,95
€392,95 - €392,95
Current price €392,95

Nedo Messfix with sticks 3m Telescopic measuring stick up to 3.1 m for easy measurement of internal dimensions. Equipped with spikes at the top...

View full details

Nedo mEssfix with sticks, 2-5m

Original price €489,95 - Original price €585,95
Original price €489,95
€489,95 - €585,95
€489,95 - €585,95
Current price €489,95

Nedo mEssfix with sticks - 2m, 3m, 4m, 5m Telescopic measuring stick for easy measurement of internal dimensions. Equipped with spikes at t...

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); })();