// Preorder modal (Režim A — vyprodáno s termínem, platba předem). (function () { if (typeof React === "undefined") return; const DS = window.VElaStvNajmanDesignSystem_bc3fc2; const { Photo, Button, QuantityStepper, Tag } = DS; const Icon = window.VNIcon; function Preorder({ product, onClose, onAddToCart, onBuyNow, onContact }) { const open = !!product; const p = product || {}; const variants = p.variants && p.variants.length ? p.variants : null; const [vIdx, setVIdx] = React.useState(0); const [qty, setQty] = React.useState(1); React.useEffect(() => { setVIdx(0); setQty(1); }, [product && product.id]); React.useEffect(() => { const onKey = (e) => { if (e.key === "Escape") onClose(); }; document.addEventListener("keydown", onKey); return () => document.removeEventListener("keydown", onKey); }, [onClose]); const variant = variants ? variants[Math.min(vIdx, variants.length - 1)] : null; const price = variant ? variant.price : p.price; const weight = variant ? variant.w : p.weight; const restock = (variant && variant.restock) || p.restock || "brzy"; const item = { ...p, id: variant ? p.id + "-" + weight : p.id, price, weight, preorder: restock }; return (
Platba předem. Matku nebo včelstvo expedujeme po naskladnění — orientačně {restock}, nejpozději do {p.latest || "—"}.{" "} {e.preventDefault();}}>Podmínky předobjednávky