import wixData from 'wix-data'; $w.onReady(function () { let discotecaID = "discoteca123"; // Cambia esto dinámicamente si tienes varias discotecas // Obtener el promedio de calificaciones al cargar la página wixData.query("Ratings") .eq("discotecaID", discotecaID) .find() .then((results) => { if (results.items.length > 0) { let total = results.items.reduce((sum, item) => sum + item.rating, 0); let promedio = total / results.items.length; $w("#averageRating").text = `⭐ ${promedio.toFixed(1)} / 5`; } else { $w("#averageRating").text = "⭐ No hay calificaciones aún"; } }); // Guardar la calificación cuando el usuario haga clic en "Enviar" $w("#submitButton").onClick(() => { let ratingValue = $w("#ratingInput").value; if (ratingValue) { let newRating = { discotecaID: discotecaID, rating: ratingValue }; wixData.insert("Ratings", newRating) .then(() => { console.log("Calificación guardada"); wixLocation.to(wixLocation.url); // Refresca la página }) .catch((err) => console.log(err)); } else { console.log("Selecciona una calificación antes de enviar"); } }); });
top of page

Reggaeton Night at Aura

Sat, Mar 29

|

Aura nightclub

Live the night with the best reggaeton at Aura. Don't miss the opportunity to dance all night to the rhythm of your favorite songs.

Reggaeton Night at Aura
Reggaeton Night at Aura

Time & Location

Mar 29, 2025, 7:00 PM – Mar 30, 2025, 5:12 AM

Aura nightclub, Cl. 82 # 12-33, Chapinero, Bogota, D.C., Bogota, Bogota, D.C., Colombia

About the event

The best reggaeton party in Bogotá.

Tickets

  • General admission

    Aquí se podra elegir el tipo de entrada que comprar, como 'Entrada General', 'VIP' o 'Backstage'. Se podra añadir detalles sobre lo que incluye la entrada. Por ejemplo: Acceso a todas las áreas generales. 2 bebidas gratis. Zona exclusiva VIP con vista al escenario

    COP 10,000.00
  • Entrada Gratis

    COP 0.00

Total

COP 0.00

Share this event

© 2035 Created by Q Producciones with Wix.com

  • Instagram
bottom of page