Back to Main
Waffle Stall

Crunchy Waffle Stall

(4.9/5 Average Rating)

Our crunchy waffles stall brings warm, freshly baked waffles with rich toppings to elevate any event experience. Served live with chocolate drizzle, syrups, and fun toppings, its a sweet treat that guests love to watch being made and enjoy fresh. Prepared hygienically by trained staff for a premium dessert experience at your celebration.

Best For

  • Dessert Counters at Parties
  • Wedding Receptions & Engagements
  • Café-Style Event Setups
  • Evening Celebrations & Private Get-togethers

Stalls starting from ₹4,999/-

Get a Quote

*Pricing varies based on guest count and city.

Premium Quality
100% Hygienic
Trained Staff

Browse more Live Stalls

Explore more live stalls to make your event sweeter ✨

Popcorn Stall

Live Popcorn Stall

Fresh buttery popcorn for every occasion

Candy Floss Stall

Candy Floss Stall

Soft, colorful cotton candy for kids & events

Masala Sweet Corn Stall

Masala Sweet Corn Stall

Spicy and delicious sweet corn for every occasion

Waffle ₹4,999/-
Book Now
const bubbleImages = [ "./images/Waffle Stall/waffle-bubble-1.PNG", "./images/Waffle Stall/waffle-bubble-2.PNG", "./images/Waffle Stall/waffle-bubble-3.PNG" ]; let currentIndex = 0; function openBubble(imageSrc, element){ currentIndex = bubbleImages.indexOf(imageSrc); document.getElementById("bubbleImage").src = imageSrc; document.getElementById("bubbleViewer").classList.remove("hidden"); } function closeBubble(){ document.getElementById("bubbleViewer").classList.add("hidden"); } function nextImage(){ currentIndex++; if(currentIndex >= bubbleImages.length){ currentIndex = 0; } document.getElementById("bubbleImage").src = bubbleImages[currentIndex]; } function prevImage(){ currentIndex--; if(currentIndex < 0){ currentIndex = bubbleImages.length-1; } document.getElementById("bubbleImage").src = bubbleImages[currentIndex]; }