{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Hängender Garten Erdbeere [MHD 12/2024]", "description": "Gartengeschenke für Balkon und Terrasse", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550273/preview/550273-Haengender-Garten-Erdbeere-18017129-bz---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550273/middle/550273-Haengender-Garten-Erdbeere-18017129-bz---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.50, "maxPrice": 6.99, "price": 3.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/haengender-garten-erdbeere-anzuchtsets-von-baza/a-550273" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Kitchengarden Erdbeere Extra süß", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562242/preview/562242-Kitchengarden-Erdbeere-Extra-suess-18027040-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562242/middle/562242-Kitchengarden-Erdbeere-Extra-suess-18027040-bz---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.39, "maxPrice": 7.39, "price": 7.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kitchengarden-erdbeere-extra-suess-anzuchtsets-von-baza/a-562242" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Hängender Garten Chili", "description": "Gartengeschenke für Balkon und Terrasse", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550275/preview/550275-BIO-Haengender-Garten-Chili-18017133-bz---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550275/middle/550275-BIO-Haengender-Garten-Chili-18017133-bz---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/haengender-garten-pfeffer-bio-anzuchtsets-von-baza/a-550275" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Garden Box Gewürze Chili Pfeffer", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562258/preview/562258-BIO-Garden-Box-Gewuerze-Chili-Pfeffer-1807732-bz---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562258/middle/562258-BIO-Garden-Box-Gewuerze-Chili-Pfeffer-1807732-bz---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 9.69, "maxPrice": 9.69, "price": 9.69, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/garden-box-gewuerze-chili-pfeffer-bio-anzuchtsets-von-baza/a-562258" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Greensquad Pfeffer Superheiss [MHD 12/2024]", "description": "Gartengeschenke für Balkon und Terrasse", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550258/preview/550258-Greensquad-Pfeffer-Superheiss-18027707-bz---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550258/middle/550258-Greensquad-Pfeffer-Superheiss-18027707-bz---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.00, "maxPrice": 7.99, "price": 4.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/greensquad-pfeffer-superheiss-anzuchtsets-von-baza/a-550258" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Baza (95 Treffer)

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