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

Pentel Highlighter with Push Button - 12 pack

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

Modern och lättanvänd överstrykningspenna med tryckknapp och automatisk lockförslutning av udden. Hållfast klipp och snedskuren spets om ca 4 mm

Paint: Blue

Standard shipping

Approximately 7-10 days delivery time

Pentel highlighter

With the SXS15 Handy Line S highlighters you get a highlighter in beautiful and bright colors. The pen has a smart and practical click function, so it can be easily activated with a single click, just like a classic pen with a push mechanism. At the same time, you don't have to keep track of a cap, as the tip is easily retracted into the holster with a click, so that it is protected and does not dry out when the pen is not in use.

The highlighter also has an advanced sealing technology, which also prevents the ink from drying out. At the same time, the highlighter is made with odorless and water-based ink and the very flexible tip ensures that the line width can be easily varied from 1 mm to 4.5 mm, so you can make everything from very thin and fine lines and strokes. to wider and more pronounced strokes.

The SXS15 Handy Line S highlighters are part of the Recycology series from Pentel, which is based on the international concept of "reduce, reuse and recycle". Recycology focuses on using resource-efficient and recyclable materials. Pentel Recycology products are made from at least 50% recycled material, where the percentage is based on the total weight of the product - excluding refills. Recycology pens have the same high quality, durability and reliability as traditional Pentel pens. The SXS15 Handy Line S highlighters are made from 54% recycled plastic.

  • Color: Green, Yellow, Blue
  • Water-based and odorless ink
  • Smart click function
  • Flexible line width: 1 mm - 4.5 mm
  • Made from 54% recycled plastic

Sökord: Pentel, SXS15, Överstrykningspenna, Tryckknapp

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