{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Kitchengarden Tomaten Cerise [MHD 12/2023]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562270/preview/562270-BIO-Kitchengarden-Tomaten-Cerise-18027309-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562270/middle/562270-BIO-Kitchengarden-Tomaten-Cerise-18027309-bz---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.70, "maxPrice": 7.39, "price": 3.70, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kitchengarden-tomaten-cerise-bio-anzuchtsets-von-baza/a-562270" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Garden Box Strauch Tomate Koralik [MHD 12/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562246/preview/562246-BIO-Garden-Box-Strauch-Tomate-Koralik-1807773-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562246/middle/562246-BIO-Garden-Box-Strauch-Tomate-Koralik-1807773-bz---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.75, "maxPrice": 9.69, "price": 7.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/garden-box-strauch-tomate-koralik-bio-anzuchtsets-von-baza/a-562246" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Pop-up Garden Tomate", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562283/preview/562283-Pop-up-Garden-Tomate-18047250-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562283/middle/562283-Pop-up-Garden-Tomate-18047250-bz---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.69, "maxPrice": 3.69, "price": 3.69, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/pop-up-garden-tomate-anzuchtsets-von-baza/a-562283" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Kitchengarden Strauch Tomate Tumbling Tom Yellow ", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562249/preview/562249-Kitchengarden-Strauch-Tomate-Tumbling-Tom-Yellow---18026910-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562249/middle/562249-Kitchengarden-Strauch-Tomate-Tumbling-Tom-Yellow---18026910-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-strauch-tomate-tumbling-tom-yellow-anzuchtsets-von-baza/a-562249" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Kitchengarden Strauch Tomate Koralik  [MHD 12/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562250/preview/562250-BIO-Kitchengarden-Strauch-Tomate-Koralik---18026920-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562250/middle/562250-BIO-Kitchengarden-Strauch-Tomate-Koralik---18026920-bz---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.91, "maxPrice": 7.39, "price": 5.91, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kitchengarden-strauch-tomate-koralik-bio-anzuchtsets-von-baza/a-562250" } } ] } Suchergebnisse für: tomaten | Samenhaus Samen & Sämereien

Suchergebnisse für tomaten (17 Treffer)

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