function calculatePrice() { var size = document.getElementById('size').value; var flavor = document.getElementById('flavor').value; // Get other input values as needed var price = 0; // Add your price calculation logic here document.getElementById('result').innerText = 'Price: $' + price; } Flavors | Kler's Cakes
top of page

Flavors and Fillings

Flavors: 

  • Chocolate

  • Strawberry

  • White

  • Vanilla

  • Red Velvet

  • Italian Cream Cake

  • Hummingbird Cake

  • Pistachio

Have something else in mind? Let us know when you order!

 

Fillings:

  • Chocolate Mousse

  • Strawberry Preserves

  • Vanilla Custard

  • White Chocolate Gnache

  • Dulce de Leche

  • Traditional Italian Buttercream (default)

 

Have something else in mind? Let us know when you order!

bottom of page