{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Kohl-Kragen (25 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553310/preview/553310-BIO-Kohl-Kragen--25-Stueck--1kohl025---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553310/middle/553310-BIO-Kohl-Kragen--25-Stueck--1kohl025---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 10.99, "maxPrice": 10.99, "price": 10.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kohl-kragen-25-stueck-bio-pflanzenschutz-von-schacht/a-553310" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Weißanstrich-Paste gegen Frostschäden (1,5 kg)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553360/preview/553360-BIO-Weissanstrich-Paste-gegen-Frostschaeden--1-5-kg--1weisf902---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553360/middle/553360-BIO-Weissanstrich-Paste-gegen-Frostschaeden--1-5-kg--1weisf902---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 12.59, "maxPrice": 12.59, "price": 12.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/weissanstrich-paste-gegen-frostschaeden-1-5-kg-bio-baumpflege-von-schacht/a-553360" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Kräutermischung Rainfarn & Wermut für schädlings-anfällige Pflanzen (200 g)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553278/preview/553278-BIO-Kraeutermischung-Rainfarn-und-Wermut-fuer--schaedlings-anfaellige-Pflanzen--200-g--1kmschad200---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553278/middle/553278-BIO-Kraeutermischung-Rainfarn-und-Wermut-fuer--schaedlings-anfaellige-Pflanzen--200-g--1kmschad200---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 13.49, "maxPrice": 13.49, "price": 13.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kraeutermischung-rainfarn-wermut-fuer-schaedlings-anfaellige-pflanzen-200-g-bio-hilfs-und-staerkungsmittel-von-schacht/a-553278" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Bodenaktivator (350 ml)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553258/preview/553258-BIO-Bodenaktivator--350-ml--1akti350---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553258/middle/553258-BIO-Bodenaktivator--350-ml--1akti350---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.49, "maxPrice": 8.49, "price": 8.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bodenaktivator-350-ml-bio-duenger-von-schacht/a-553258" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Rosenzauber (350 ml)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553326/preview/553326-BIO-Rosenzauber--350-ml--1rose350p---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553326/middle/553326-BIO-Rosenzauber--350-ml--1rose350p---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 15.49, "maxPrice": 15.49, "price": 15.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rosenzauber-350-ml-bio-duenger-von-schacht/a-553326" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Schacht (83 Treffer)

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