{ "@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": "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": 3, "item": { "@type": "Product", "name": "BIO Hängender Garten Paprika", "description": "Gartengeschenke für Balkon und Terrasse", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550281/preview/550281-BIO-Haengender-Garten-Paprika-18017155-bz---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550281/middle/550281-BIO-Haengender-Garten-Paprika-18017155-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-paprika-bio-anzuchtsets-von-baza/a-550281" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Hängender Garten Basilikum", "description": "Gartengeschenke für Balkon und Terrasse", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550277/preview/550277-BIO-Haengender-Garten-Basilikum-18017141-bz---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550277/middle/550277-BIO-Haengender-Garten-Basilikum-18017141-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-basilikum-bio-anzuchtsets-von-baza/a-550277" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Hängender Garten Minze", "description": "Gartengeschenke für Balkon und Terrasse", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550280/preview/550280-BIO-Haengender-Garten-Minze-18017153-bz---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550280/middle/550280-BIO-Haengender-Garten-Minze-18017153-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-minze-bio-anzuchtsets-von-baza/a-550280" } } ] } Suchergebnisse für: hängender garten | Samenhaus Samen & Sämereien

Suchergebnisse für hängender garten (11 Treffer)

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