{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Holzstecketiketten mit Lasergravur (5 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554994/preview/554994-Holzstecketiketten-mit-Lasergravur--5-Stueck--2000-0753---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554994/middle/554994-Holzstecketiketten-mit-Lasergravur--5-Stueck--2000-0753---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.99, "maxPrice": 6.99, "price": 6.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/holzstecketiketten-mit-lasergravur-5-stueck-pflanzenetiketten-von-flortus/a-554994" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Holzstecketiketten mit Lasergravur (10 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554995/preview/554995-Holzstecketiketten-mit-Lasergravur--10-Stueck--2000-0780---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554995/middle/554995-Holzstecketiketten-mit-Lasergravur--10-Stueck--2000-0780---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 9.99, "maxPrice": 9.99, "price": 9.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/holzstecketiketten-mit-lasergravur-10-stueck-pflanzenetiketten-von-flortus/a-554995" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Holzstecketiketten 10 cm (25 Stück)", "description": "Auch sehr Praktisch zur Verwendung in Ihrem Gewächshaus", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548539/preview/548539-Stichetikett-aus-Holz-887416-sg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548539/middle/548539-Stichetikett-aus-Holz-887416-sg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/holzstecketiketten-10-cm-25-stueck-anzucht-gartenzubehoer-von-sogo/a-548539" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Holzstecketiketten 15 cm (24 Stück)", "description": "Auch sehr Praktisch zur Verwendung in Ihrem Gewächshaus", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548540/preview/548540-Stichetikett-aus-Holz-887418-sg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548540/middle/548540-Stichetikett-aus-Holz-887418-sg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/holzstecketiketten-15-cm-25-stueck-anzucht-gartenzubehoer-von-sogo/a-548540" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Romberg Holz-Stecketikett", "description": "Für die Markierung von Saatgut und Pflanzen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/541678/preview/541678-Holz-Stecketikett--20-Stueck-a-10-cm-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/541678/middle/541678-Holz-Stecketikett--20-Stueck-a-10-cm-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.99, "maxPrice": 4.99, "price": 4.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/holz-stecketiketten-20-stueck-a-10-cm-pflanzenkennzeichnung-von-romberg/a-541678" } } ] } Suchergebnisse für: holzstecketiketten | Samenhaus Samen & Sämereien

Suchergebnisse für holzstecketiketten (8 Treffer)

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