{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Gurke Silor F1-Hybride", "description": "Mini-Snack-Gurke, resistent u. a. gegen Gurkenkrätze", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/119/preview/119-Gurke-Silor-F1-Hybride-80913---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/119/middle/119-Gurke-Silor-F1-Hybride-80913---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.99, "maxPrice": 4.99, "price": 4.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gurkensamen-gurke-silor-f1-hybride-von-sperli-samen/a-119" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Gewächshausgurken Saladin F1", "description": "dunkelgrün, bitterstofffrei", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531944/preview/531944-Gewaechshausgurken-Saladin-von-Quedlinburge.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531944/middle/531944-Gewaechshausgurken-Saladin-von-Quedlinburge.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gurkensamen-gewaechshausgurken-saladin-von-quedlinburger-saatgut/a-531944" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Gewächshausgurken Saturn", "description": "vorwiegend weibliche Blüten, dunkelgrüne bis 30 cm lange Früchte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531940/preview/531940-Gewaechshausgurken-Saturn-von-Quedlinburger.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531940/middle/531940-Gewaechshausgurken-Saturn-von-Quedlinburger.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.59, "maxPrice": 4.59, "price": 4.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gewaechshausgurken-saturn-von-quedlinburger-saatgut/a-531940" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Gewächshausgurke Bella F1", "description": "ertragreich und bitterstofffrei, reinweiblich blühend, mehrfach resistent", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531950/preview/531950-Gewaechshausgurken-Bella-von-Quedlinburger-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531950/middle/531950-Gewaechshausgurken-Bella-von-Quedlinburger-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.59, "maxPrice": 4.59, "price": 4.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gurkensamen-gewaechshausgurken-bella-von-quedlinburger-saatgut/a-531950" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Gewächshausgurke Marumba F1", "description": "bitterstofffrei und ertragreich, intensiv grüne Früchte, mehrfach resistent", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531949/preview/531949-Gewaechshausgurken-Marumba-von-Quedlinburge.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531949/middle/531949-Gewaechshausgurken-Marumba-von-Quedlinburge.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.59, "maxPrice": 4.59, "price": 4.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gurkensamen-gewaechshausgurken-marumba-von-quedlinburger-saatgut/a-531949" } } ] } Suchergebnisse für: Gewächshausgurken | Samenhaus Samen & Sämereien
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();});