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

Stud finder Zircon StudSensor e50

SKU 180643151
Original price €47,95 - Original price €47,95
Original price
€47,95
€47,95 - €47,95
Current price €47,95

Regelsökaren StudSensor e50 hittar snabbt och enkelt träkanter, metallreglar och bjälkar bakom väggar och innanför tak och golv. Lokaliserar trä och metall på ner till 19 mm djup. Funktionen DeepScan® fördubblar sökdjupet till 38 mm

Standard shipping

Approximately 7-10 days delivery time

Stud finder Zircon StudSensor e50

The StudSensor™ e50 stud finder quickly and easily finds wood studs, metal studs and joists behind walls and inside ceilings and floors. The clear LCD display shows when the finder is approaching an edge or stud. The new and improved SpotLite® pointer shows the location of an object with a beam of light and the WireWarning® tracking indicates live electrical wires.

The "Ready" symbol indicates when the finder is ready to search and "Edge" indicates that the finder is on an edge or stud. The finder is easy to use and the patent-pending grip fits both right- and left-handed people for working at all angles. If the search were to start on a stud, Zircon's patented feature prompts the user to start the search somewhere else.

  • Locates wood and metal down to 19 mm depth
  • The DeepScan® feature doubles the search depth to 38 mm
  • Red arrow-shaped lights on the viewfinder indicate when the viewfinder is approaching an object
  • Clear LCD display
  • Uses light arrows to mark where the object begins and ends
  • Indicates electrical wiring down to 51 mm deep
  • Patented TruCal® technology tells you when the finder is calibrated and ready to use
  • Weight: 127 grams
  • Batteries: 9-V alkaline (not included)
  • Size: 169x71x45mm
  • Depth: 19/38 mm (Stud Scan/Deep Scan mode)
  • Accuracy: 3/5 mm (Stud Scan/Deep Scan mode)
  • Power line accuracy: 152 mm at 90-250 V and 50-60 Hz
  • Depth for electrical wiring: 51 mm
  • Temperature for use: -7°C – 49°C
  • Storage temperature: -29°C – 66°C
  • Humidity: 80% RH
  • Durability: Withstands splashes of water. Not waterproof.

Sökord: Regelsökare, StudSensor e50, 180643151

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