{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Baum-Power Plus (2,5 kg)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553248/preview/553248-BIO-Baum-Power-Plus--2-5-kg--1baumpp902---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553248/middle/553248-BIO-Baum-Power-Plus--2-5-kg--1baumpp902---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 15.59, "maxPrice": 15.59, "price": 15.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/baum-power-plus-2-5-kg-bio-duenger-von-schacht/a-553248" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Baum-Spirale (2 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553249/preview/553249-BIO-Baum-Spirale--2-Stueck--1ba-spir---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553249/middle/553249-BIO-Baum-Spirale--2-Stueck--1ba-spir---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.89, "maxPrice": 7.89, "price": 7.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/baum-spirale-2-stueck-bio-baumpflege-von-schacht/a-553249" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Baumwachs BRUNONIA (125 g)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553250/preview/553250-BIO-Baumwachs-BRUNONIA--125-g--1baum125---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553250/middle/553250-BIO-Baumwachs-BRUNONIA--125-g--1baum125---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 9.39, "maxPrice": 9.39, "price": 9.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/baumwachs-brunonia-125-g-bio-baumpflege-von-schacht/a-553250" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Baumwachs BRUNONIA (250 g)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553251/preview/553251-BIO-Baumwachs-BRUNONIA--250-g--1baum250---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553251/middle/553251-BIO-Baumwachs-BRUNONIA--250-g--1baum250---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/baumwachs-brunonia-250-g-bio-baumpflege-von-schacht/a-553251" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Baumwachs BRUNONIA (500 g)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553252/preview/553252-BIO-Baumwachs-BRUNONIA--500-g--1baum500---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553252/middle/553252-BIO-Baumwachs-BRUNONIA--500-g--1baum500---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 23.99, "maxPrice": 23.99, "price": 23.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/baumwachs-brunonia-500-g-bio-baumpflege-von-schacht/a-553252" } } ] } 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();});