{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Ventilution Drehzahlregler", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556759/preview/556759-Ventilution-Drehzahlregler-524600-Ventilution-Drehzahlregler--230-240-V--400-W--1-8.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556759/middle/556759-Ventilution-Drehzahlregler-524600-Ventilution-Drehzahlregler--230-240-V--400-W--1-8.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 41.90, "maxPrice": 41.90, "price": 41.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/ventilution-drehzahlregler/a-556759" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Ventilution Grobstaubfilter für Luftfilterbox, ø 150 mm", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556765/preview/556765-Ventilution-Grobstaubfilter-fuer-Luftfilterbox-----150-mm-37-030-278---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556765/middle/556765-Ventilution-Grobstaubfilter-fuer-Luftfilterbox-----150-mm-37-030-278---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.20, "maxPrice": 6.20, "price": 6.20, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/ventilution-grobstaubfilter-fuer-luftfilterbox-150-mm/a-556765" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Ventilution Alu-Flexrohr, 10 m x ø 317 mm", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556810/preview/556810-Ventilution-Alu-Flexrohr--10-m-x----317-mm-524343-Ventilution-Alu-Flexrohr--ae--317-mm--10-m.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556810/middle/556810-Ventilution-Alu-Flexrohr--10-m-x----317-mm-524343-Ventilution-Alu-Flexrohr--ae--317-mm--10-m.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 59.90, "maxPrice": 59.90, "price": 59.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/ventilution-alu-flexrohr-10-m-x-317-mm/a-556810" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Ventilution Alu-Flexrohr, 10 m x ø 203 mm", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556811/preview/556811-Ventilution-Alu-Flexrohr--10-m-x----203-mm-524341-Ventilution-Alu-Flexrohr--ae--203-mm--10-m.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556811/middle/556811-Ventilution-Alu-Flexrohr--10-m-x----203-mm-524341-Ventilution-Alu-Flexrohr--ae--203-mm--10-m.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 35.90, "maxPrice": 35.90, "price": 35.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/ventilution-alu-flexrohr-10-m-x-203-mm/a-556811" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Ventilution Iso-Flexrohr, schallgedämmt, 10 m x ø 254 mm", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556826/preview/556826-Ventilution-Iso-Flexrohr--schallgedaemmt--10-m-x----254-mm-37-034-594---1.png", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556826/middle/556826-Ventilution-Iso-Flexrohr--schallgedaemmt--10-m-x----254-mm-37-034-594---1.png", "" ], "offers": { "@type": "Offer", "minPrice": 105.90, "maxPrice": 105.90, "price": 105.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/ventilution-iso-flexrohr-schallgedaemmt-10-m-x-254-mm/a-556826" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Ventilution (23 Treffer)

23 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 2000; var showPopupLiveTime = 1; function showPopup() { setTimeout(function() { $('#popup').modal('show'); }, showPopupDelay); } function setPopupDisplayTime() { try { localStorage.setItem('popupLastShown', new Date().getTime().toString()); } catch (e) { console.error('Local storage is not available:', e); } } function shouldShowPopup() { try { const lastShown = localStorage.getItem('popupLastShown'); if (!lastShown) { return true; } const currentTime = new Date().getTime(); const timeDifference = currentTime - parseInt(lastShown, 10); const daysSinceLastShown = timeDifference / (1000 * 3600 * 24); const daysBeforeShowingAgain = showPopupLiveTime; return daysSinceLastShown >= daysBeforeShowingAgain; } catch (e) { console.error('Error checking popup display condition:', e); return true; } } function handlePopupDisplay() { if (shouldShowPopup()) { showPopup(); setPopupDisplayTime(); } } $(document).ready(function(){handlePopupDisplay();});