This commit is contained in:
2024-02-01 12:47:10 +01:00
parent 17aa90c0e3
commit ae95588c45
2 changed files with 3 additions and 1 deletions

View File

@@ -282,6 +282,8 @@ const cargado = () => {
let elCarrito = document.getElementById("carrito");
elCarrito.textContent = "";
cestaCompra = [];
let elPrecioTotal = document.getElementById("total");
elPrecioTotal = 0;
}
function leerCesta() {