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

Bästsäljare

Filters

Magnetisk spårvinkel med LEICA-anslutning

Original price €198,95 - Original price €198,95
Original price €198,95
€198,95
€198,95 - €198,95
Current price €198,95

Kraftfulla magneter håller på ett tillförlitligt sätt vinkeln i den valda positionen, och nivellering utförs av en precisionsbubbelnivå.Sidospåret ...

View full details

Round prism [VR], sighting plate included

Original price €172,95 - Original price €172,95
Original price €172,95
€172,95
€172,95 - €172,95
Current price €172,95

Round prism [VR], sighting plate included complete with holder and padded bag Click function Open prism with copper-plated back Offset - ...

View full details

Slide Prism

Original price €222,95 - Original price €222,95
Original price €222,95
€222,95
€222,95 - €222,95
Current price €222,95

Mini Prism for Total Stations   An innovative new solution for setting out measurement points on horizontal or ve...

View full details

GS-SURVEY Carbon Fiber Prism Pole

Original price €334,95 - Original price €580,95
Original price €334,95
€334,95 - €580,95
€334,95 - €580,95
Current price €334,95

GS-SURVEY Carbon Fiber Prism Pole - Lightweight and affordable pole Available in four versions: Article no: GS-PP220-CL Length 1.33-2.20...

View full details

Silva Headlamp MR400

Original price €71,95 - Original price €71,95
Original price €71,95
€71,95
€71,95 - €71,95
Current price €71,95

The MR400 is a robust and fully waterproof headlamp with a very long burn time and multiple uses thanks to the possibilities of attaching the lamp...

View full details

Stick stick 1200 mm - Bundle

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

Walking stick Bundle (25 pcs), 1200 mm Swedish-made quality walking sticks. We also offer colored tops on walking sticks. Available in the colo...

View full details

Measuring mark Reflex Lime yellow with writing box X-large

Original price €5,95 - Original price €5,95
Original price €5,95
€5,95
€5,95 - €5,95
Current price €5,95

Measuring marker Reflex Lime yellow with writing box, X-Large, 90 x 140 mm Size: 90x140mm Design: lime yellow reflective measuring mark wit...

View full details

Mini prism - Complete set with 4 plumb rods and bag

Original price €154,95 - Original price €154,95
Original price €154,95
€154,95
€154,95 - €154,95
Current price €154,95

Mini prism - Complete set with 4 plumb rods and bag This affordable mini prism set comes with 4 plumb rods, a measuring tip and a protective ...

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