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

Ideal Tunnel Spray 12-pack - Cerise

SKU 141825
Original price €93,95 - Original price €93,95
Original price €93,95
€93,95
€93,95 - €93,95
Current price €93,95

Spraymunstycket fungerar hela vägen runt i 360 grader

Standard shipping

Approximately 7-10 days delivery time

Soppec Ideal Tunnel Spray 12-pack - Cerise

  • This spray paint is not stocked by us but is a made-to-order item from our supplier.

  • The paint is shipped directly from our supplier to you and you will be charged for the actual shipping cost incurred.

  • NOTE! Orders under 5000 SEK generate an additional handling fee of 150 SEK in addition to the shipping cost.

The marking ink is equipped with a custom safety cap that enables writing. This protects against unintentional activation and minimizes the risk of damaging the nozzle. The ink has unique properties which have made it a favorite among professionals. Used, among other things, in our mines where there are high demands on flexibility and product quality. As an accessory, there is a special handle that has been developed together with our customers. Other advantages:

  • Very visible colors
  • High mechanical strength
  • Usable even at low temperatures
  • Quick drying even on damp surfaces
  • Fragrance-free formula (free from toluene and xylene)
  • Respects health, environment and safety (no St. Andrew's Cross, not Xi irritating or Xn harmful)
  • The jar can always be emptied to the last drop

The ideal color lasts for about 9-12 months. Available in the following colors:

Feel free to buy a half or full pallet. Contact us for a quote with a discount and free shipping option!

Half pallet = 30 cartons (360 spray cans) 10% discount.
Helpall = 75 boxes (900 spray cans) 15% discount and free delivery within Sweden.

Sökord: Märkfärg, Markeringsfärg, Soppec, Idealspray, Tunnelspray

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