Cambio el texto a EUR
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
</div>
|
||||
<div class="body-box-content">
|
||||
<ul id="carrito" class="list-group"></ul>
|
||||
<p><strong>Total:</strong> <span id="total">0</span> monedas</p>
|
||||
<p><strong>Total con IVA (21%):</strong> <span id="totalIVA">0</span> monedas</p>
|
||||
<p><strong>Total:</strong> <span id="total">0</span> EUR</p>
|
||||
<p><strong>Total con IVA (21%):</strong> <span id="totalIVA">0</span> EUR</p>
|
||||
<button class="real-info-box green-info" id="comprar">Finalizar Compra</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -64,7 +64,7 @@
|
||||
<div class="noticia-contenido">
|
||||
<img src="${item.image_url}" alt="${item.name}" class="item-img">
|
||||
<h3>${item.name}</h3>
|
||||
<p>Precio: ${item.price} monedas</p>
|
||||
<p>Precio: ${item.price} EUR</p>
|
||||
<button class="real-info-box green-info" onclick="agregarAlCarrito(${item.id}, '${item.name}', ${item.price})">Añadir al carrito</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user