{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Beet-Box "Für Tee-Liebhaber" [MHD 12/2023]", "description": "perfekt als kleines Geschenk geeignet", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536704/preview/536704-BIO-Beet-Box--Fuer-Tee-Liebhaber--BB04-sm---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536704/middle/536704-BIO-Beet-Box--Fuer-Tee-Liebhaber--BB04-sm---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.95, "maxPrice": 15.90, "price": 7.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/beet-box-fuer-tee-liebhaber-samen-set-von-samen-maier/a-536704" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Holzbox "Floral"", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/563903/preview/563903-Holzbox--Floral--2000-2390---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/563903/middle/563903-Holzbox--Floral--2000-2390---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 29.95, "maxPrice": 29.95, "price": 29.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/holzbox-floral-saatgut-aufbewahrung-von-flortus/a-563903" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Holzbox "Gemüse"", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/563904/preview/563904-Holzbox--Gemuese--2000-2391---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/563904/middle/563904-Holzbox--Gemuese--2000-2391---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 29.95, "maxPrice": 29.95, "price": 29.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/holzbox-gemuese-saatgut-aufbewahrung-von-flortus/a-563904" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Holzbox "Blätter"", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/563902/preview/563902-Holzbox--Blaetter--2000-2389---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/563902/middle/563902-Holzbox--Blaetter--2000-2389---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 29.95, "maxPrice": 29.95, "price": 29.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/holzbox-blaetter-saatgut-aufbewahrung-von-flortus/a-563902" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Holzbox "Geometrisch"", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/563905/preview/563905-Holzbox--Geometrisch--2000-2392---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/563905/middle/563905-Holzbox--Geometrisch--2000-2392---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 29.95, "maxPrice": 29.95, "price": 29.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/holzbox-geometrisch-saatgut-aufbewahrung-von-flortus/a-563905" } } ] } Suchergebnisse für: Teeliebhaber | Samenhaus Samen & Sämereien

Suchergebnisse für Teeliebhaber (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();});