{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Bio-Karotte Purple Dragon", "description": "Raschwüchsig mit feinen, süß-aromatischen Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536966/preview/536966-Karotte-Purple-Dragon.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536966/middle/536966-Karotte-Purple-Dragon.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.15, "maxPrice": 4.15, "price": 4.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/karotte-purple-dragon-bio-karottensamen-von-arche-noah/a-536966" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Bio-Stangenbohne Marmorierter Mond", "description": "lila-grüne marmorierte Bohnen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536991/preview/536991-Stangenbohne-Marmorierter-Mond.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536991/middle/536991-Stangenbohne-Marmorierter-Mond.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.15, "maxPrice": 4.15, "price": 4.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/stangenbohne-marmorierter-mond-stangenbohnesamen-von-arche-noah-saatgut/a-536991" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Bio-Radieschen Grazer Treib [MHD 12/2021]", "description": "Großknolliges Radieschen mit angenehmer Schärfe", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536979/preview/536979-Radieschen-Grazer-Treib.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536979/middle/536979-Radieschen-Grazer-Treib.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.08, "maxPrice": 4.15, "price": 2.08, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/radieschen-grazer-treib-bio-radieschensamen-von-arche-noah-saatgut/a-536979" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Bio-Fleischtomate Lila sari", "description": "Süßlich-aromatisch und wächst unbegrenzt", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536956/preview/536956-Fleischparadeiser-Lila-Sari.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536956/middle/536956-Fleischparadeiser-Lila-Sari.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.15, "maxPrice": 4.15, "price": 4.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/fleischtomate-lila-sari-fleischtomatensamen-von-arche-noah-saatgut/a-536956" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Bio-Monatserdbeere Fraise des Bois", "description": "Weißfrüchtige Sorte mit süße-hocharomatische Früchte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536976/preview/536976-Monatserdbeere-Fraise-des-Bois.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536976/middle/536976-Monatserdbeere-Fraise-des-Bois.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.15, "maxPrice": 4.15, "price": 4.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/monatserdbeere-fraise-des-bois-bio-erdbeerensamen-von-arche-noah/a-536976" } } ] } Suchergebnisse für: arche | Samenhaus Samen & Sämereien

Suchergebnisse für arche (49 Treffer)

49 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 3000; var showPopupLiveTime = 3; 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();});