{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Narzisse Mix (5 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/533364/preview/533364-Narzisse-Mix--5-Stueck--595385---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/533364/middle/533364-Narzisse-Mix--5-Stueck--595385---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.59, "maxPrice": 1.59, "price": 1.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/narzisse-mix-5-stueck-herbstblumenzwiebeln-von-pegasus/a-533364" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Kübel & Terrassen Mischung (35 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/533546/preview/533546-Kuebel-und-Terrassen-Mischung--35-Stueck--595330---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/533546/middle/533546-Kuebel-und-Terrassen-Mischung--35-Stueck--595330---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.59, "maxPrice": 5.59, "price": 5.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kuebel-terrassen-mischung-herbstblumenzwiebeln-von-kiepenkerl/a-533546" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Zierlauch Gladiator (3 Stück) ", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/533630/preview/533630-Zierlauch-Gladiator--3-Stueck---590434---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/533630/middle/533630-Zierlauch-Gladiator--3-Stueck---590434---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.59, "maxPrice": 5.59, "price": 5.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/zierlauch-gladiator-3-stueck-alliumzwiebeln-von-pegasus/a-533630" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Pegasus Berliner Tiergarten 1 kg", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528748/preview/528748-Pegasus-Berliner-Tiergarten-1-kg-622302---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528748/middle/528748-Pegasus-Berliner-Tiergarten-1-kg-622302---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.99, "maxPrice": 8.99, "price": 8.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rasensamen-pegasus-berliner-tiergarten-1-kg-von-kiepenkerl/a-528748" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Pegasus Berliner Tiergarten 2 kg", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528749/preview/528749-Pegasus-Berliner-Tiergarten-2-kg-622319---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528749/middle/528749-Pegasus-Berliner-Tiergarten-2-kg-622319---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 16.99, "maxPrice": 16.99, "price": 16.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rasensamen-pegasus-berliner-tiergarten-2-kg-von-kiepenkerl/a-528749" } } ] } Suchergebnisse für: pegasus | Samenhaus Samen & Sämereien

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