Jouw mandje

Jouw mandje is leeg

Elektrische oven, 1 kamer, 9 pizza's Ø 350 mm

Diamond elektrische pizzaoven, GENIUS LINE PLUS

  • Kamer 1080x1080xh150 mm (11,7 kW)
  • 9 pizza's doorsnee. 350 mm (of) 4 pizza's in diameter. 500 mm
  • 2 stapelbare ovens (9+9)
  • (L x D x H) mm 1550 x 1460 x 440
  • kW 11,7
  • Spanning 400/3N 50-60 Hz
  • Brutogewicht (kg) 263
  • Inhoud (m³) 1,39
Price:
Gebruikelijke prijs 6.720,00 €

5.998,80 € HTVA

soit 7.258,55 € TTC

11 % korting
Eenheid prijs
door
Gratis bezorging
veilige betaling
Voorrang na-verkoop service / Gegarandeerde responsiviteit
Bestelling volgen
Gesigneerde kwaliteit

Heeft u professioneel advies nodig?

Uw bedrijf verdient de perfecte uitrusting - laten we praten


Ons team staat klaar om al uw vragen snel, direct en vrijblijvend te beantwoorden.
Telefoon: +325 69 08 233 / +32487 63 99 54

E-mailadres: info@horecalaan.shop

(0 in winkelwagen)
Verzendkosten worden berekend bij het afrekenen.
Beschikbaarheid
 

Dit vind je misschien ook leuk

Diamond elektrische pizzaoven, GENIUS LINE PLUS

  • Kamer 1080x1080xh150 mm (11,7 kW)
  • 9 pizza's doorsnee. 350 mm (of) 4 pizza's in diameter. 500 mm
  • 2 stapelbare ovens (9+9)
  • (L x D x H) mm 1550 x 1460 x 440
  • kW 11,7
  • Spanning 400/3N 50-60 Hz
  • Brutogewicht (kg) 263
  • Inhoud (m³) 1,39

Diamond elektrische pizzaoven, GENIUS LINE PLUS

  • Kamer 1080x1080xh150 mm (11,7 kW)
  • 9 pizza's doorsnee. 350 mm (of) 4 pizza's in diameter. 500 mm
  • 2 stapelbare ovens (9+9)
  • (L x D x H) mm 1550 x 1460 x 440
  • kW 11,7
  • Spanning 400/3N 50-60 Hz
  • Brutogewicht (kg) 263
  • Inhoud (m³) 1,39

App section

document.addEventListener('click', async (e) => { const openBtn = e.target.closest('.js-gift-open'); const closeBtn = e.target.closest('.js-gift-close'); const addBtn = e.target.closest('.js-gift-add'); const modal = document.getElementById('GiftModal'); // Ouvrir if (openBtn && modal) { modal.classList.add('is-open'); modal.setAttribute('aria-hidden', 'false'); return; } // Fermer if (closeBtn && modal) { modal.classList.remove('is-open'); modal.setAttribute('aria-hidden', 'true'); return; } document.addEventListener('click', function (e) { const openBtn = e.target.closest('.js-gift-open'); const closeBtn = e.target.closest('.js-gift-close'); const addBtn = e.target.closest('.js-gift-add'); const modal = document.getElementById('GiftModal'); // Ouvrir if (openBtn && modal) { e.preventDefault(); modal.classList.add('is-open'); modal.setAttribute('aria-hidden', 'false'); return; } // Fermer if (closeBtn && modal) { e.preventDefault(); modal.classList.remove('is-open'); modal.setAttribute('aria-hidden', 'true'); return; } // Ajouter au panier -> clique le vrai bouton du thème if (addBtn) { e.preventDefault(); const form = document.querySelector('form[action^="/cart/add"]') || document.querySelector('form[action="/cart/add"]') || document.querySelector('product-form form'); if (!form) { alert("Formulaire produit introuvable."); return; } const realAddBtn = form.querySelector('[data-add-to-cart]') || form.querySelector('button[name="add"]') || form.querySelector('button[type="submit"]'); if (!realAddBtn) { alert("Bouton Ajouter au panier introuvable."); return; } if (modal) { modal.classList.remove('is-open'); modal.setAttribute('aria-hidden', 'true'); } realAddBtn.click(); } });