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

Spirit level

Hultafors Torpedo spirit level TVP Magnet 20

Original price €20,95 - Original price €20,95
Original price €20,95
€20,95
€20,95 - €20,95
Current price €20,95

Hultafors Torpedo spirit level TVP Magnet 20 An impact-resistant spirit level in red ABS plastic, with magnets on the underside. Unbreakable tu...

View full details

Hultafors Spirit Level Aluminium PV 400-2000mm

Original price €80,95 - Original price €155,95
Original price €106,95
€106,95 €80,95 - €155,95
€80,95 - €155,95
Current price €80,95

Hultafors Spirit Level Aluminium PV 400-2000mm Extra strong aluminium profile measuring 59x26 mm and weighing 880 g/m. Unbreakable block vials ...

View full details

Hultafors Torpedo spirit level TVP 25

Original price €30,95 - Original price €30,95
Original price €30,95
€30,95
€30,95 - €30,95
Current price €30,95

Hultafors Torpedo spirit level TVP Magnet 25 An impact-resistant spirit level in red polystyrene plastic that can withstand temperatures betwee...

View full details

Cross spirit level Hultafors

Original price €18,95 - Original price €18,95
Original price €18,95
€18,95
€18,95 - €18,95
Current price €18,95

Cross spirit level Hultafors Hultafors- Model K5 Spirit level in red impact-resistant plastic with two perpendicular vials. Suitable if you ...

View full details

Geo-Fennel S-Digit 60 WL Spirit Level

Original price €166,95 - Original price €166,95
Original price €166,95
€166,95
€166,95 - €166,95
Current price €166,95

Geo-Fennel S-Digit 60 WL Spirit Level Electronic angle sensor for everyday use. Features Different signal tones when approaching 0°/90...

View full details

Geo-Fennel S-Digit 120 Spirit Level

Original price €203,95 - Original price €203,95
Original price €203,95
€203,95
€203,95 - €203,95
Current price €203,95

Geo-Fennel S-Digit 120 Spirit Level Like S-Digit 60 WL fixed with a length of 120 cm, with 2 handles for ergonomic use. Supplied in a bag with ...

View full details

Geo-Fennel Digit 60 Laser Level

Original price €190,95 - Original price €190,95
Original price €190,95
€190,95
€190,95 - €190,95
Current price €190,95

Geo-Fennel S-Digit 60 Laser Level Small and handy spirit level with built-in laser beam. Has a magnetic base and has 1/4" thread for camera tri...

View full details

Geo-Fennel Eco Bamboo 120

Original price €65,95 - Original price €65,95
Original price
€65,95
€65,95 - €65,95
Current price €65,95

Geo-Fennel Eco Bamboo 120 A 120 cm stable bamboo spirit level. Particularly suitable for sensitive surfaces such as window sills, marble, grani...

View full details

Geo-Fennel Eco Bamboo 60

Original price €50,95 - Original price €50,95
Original price
€50,95
€50,95 - €50,95
Current price €50,95

Geo-Fennel Eco Bamboo 60 A 60 cm stable bamboo spirit level. Particularly suitable for sensitive surfaces such as window sills, marble, granite...

View full details

Hultafors Spirit Level PV 600mm

Original price €106,95 - Original price €106,95
Original price
€106,95
€106,95 - €106,95
Current price €106,95

Hultafors Spirit Level PV 600mm Extra strong aluminum profile measuring 59x26 mm and weighing 880 g/m. Unbreakable block vials with very h...

View full details

Hultafors Digital spirit level DM 60

Original price €501,95 - Original price €501,95
Original price €501,95
€501,95
€501,95 - €501,95
Current price €501,95

Hultafors Digital spirit level DM 60 Spirit level with digital unit, made of strong aluminum profile 59x26 mm and weighs 890 g/m. A good tool w...

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