Jouw mandje

Jouw mandje is leeg

Gaspizzaoven, 4 pizza's Ø 350 mm

    • Kamer: 720x720xh185 mm (15 kW), 4 pizza's diam. 350 mm (of) 1 pizza in diameter. 500 mm
    • Productiecapaciteit: 32 tot 36 pizza's/H (diam. 350 mm) of 8 tot 9 pizza's/H (diam. 500 mm)
    • 2 stapelbare ovens (4+4)
  • (L x D x H) mm 1230 x 1120 x 760
  • kcal/uur (gas) 12898
  • Spanning 230/1N 50 Hz
  • Brutogewicht (kg) 176
  • Inhoud (m³) 1.1
Price:
Gebruikelijke prijs 5.880,00 €

4.440,00 € HTVA

soit 5.372,40 € TTC

24 % 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

    • Kamer: 720x720xh185 mm (15 kW), 4 pizza's diam. 350 mm (of) 1 pizza in diameter. 500 mm
    • Productiecapaciteit: 32 tot 36 pizza's/H (diam. 350 mm) of 8 tot 9 pizza's/H (diam. 500 mm)
    • 2 stapelbare ovens (4+4)
  • (L x D x H) mm 1230 x 1120 x 760
  • kcal/uur (gas) 12898
  • Spanning 230/1N 50 Hz
  • Brutogewicht (kg) 176
  • Inhoud (m³) 1.1
    • Kamer: 720x720xh185 mm (15 kW), 4 pizza's diam. 350 mm (of) 1 pizza in diameter. 500 mm
    • Productiecapaciteit: 32 tot 36 pizza's/H (diam. 350 mm) of 8 tot 9 pizza's/H (diam. 500 mm)
    • 2 stapelbare ovens (4+4)
  • (L x D x H) mm 1230 x 1120 x 760
  • kcal/uur (gas) 12898
  • Spanning 230/1N 50 Hz
  • Brutogewicht (kg) 176
  • Inhoud (m³) 1.1

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(); } });