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

GNSS receiver

Affordable positioning solutions with state-of-the-art GNSS receivers

If you want to compare the differences between certain e-Survey models, you can click here.

Filters

eBase 20

eSurvey eBase 20 är en professionell och bärbar GNSS-basmottagare. Med en GNSS-modul med hög precision och spårning av flera frekvenser är eBase 20...

View full details

eRTK60 med IMU-Tilt

eSurvey eRTK60 är en avancerad, “full‑featured” Visual GNSS‑receiver som kombinerar GNSS, IMU och dubbla kameror. Enheten låter dig mäta objekt uta...

View full details

eRTK30 med IMU-Tilt

eSurvey eRTK30 är en avancerad Visual GNSS‑receiver med dubbla kameror designad för att göra mät- och utstakningsarbete snabbare och smidigare. Huv...

View full details

eRTK20 med IMU-Tilt

Original price €7.129,95 - Original price €7.129,95
Original price €7.129,95
€7.129,95
€7.129,95 - €7.129,95
Current price €7.129,95

eRTK20 är en Visual Stakeout GNSS‑receiver från eSurvey GNSS. Den kombinerar GNSS, IMU, bredvinkliga dubbla kameror och en kompakt design för att f...

View full details

eRTK10 mini med IMU-Tilt

Original price €2.956,95 - Original price €2.956,95
Original price €2.956,95
€2.956,95
€2.956,95 - €2.956,95
Current price €2.956,95

eRTK10 mini är en kompakt och lätt RTK-GNSS-mottagare (~380 g), utrustad med IMU-kompenserad tilt-upp till 60° och en integrerad AR-kamera som visu...

View full details

NET20 Plus

Overview Downloads NET20 PLUS High-quality CORS solution NET20 PLUS is specially designed for high-precision CORS reference s...

View full details

M1G2

Overview Downloads M1G2 Portable rover solution M1G2 is suitable for monitoring, machine control and CORS reference station. ...

View full details

E800 T med IMU-Tilt

Original price €8.226,95 - Original price €8.226,95
Original price €8.226,95
€8.226,95
€8.226,95 - €8.226,95
Current price €8.226,95

Overview Downloads E800 T High-performance RTK receiver E800 is a high-performance product of eSurvey GNSS. The durable IP67 ...

View full details

E600 H med IMU-Tilt

Original price €7.749,95 - Original price €7.749,95
Original price €7.749,95
€7.749,95
€7.749,95 - €7.749,95
Current price €7.749,95

Overview Downloads E600 H Complete Smart GNSS receiver equipped with most advanced GNSS cards. The E600 receiver adopts a new...

View full details

E300 Pro med IMU-Tilt

Original price €6.557,95 - Original price €6.557,95
Original price €6.557,95
€6.557,95
€6.557,95 - €6.557,95
Current price €6.557,95

Overview Downloads E300 Pro Full-featured RTK receiver The E300 Pro is a new generation of eSurvey GNSS. The durable IP67 des...

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