Rinominato order in checkout per evitare confusione

This commit is contained in:
2026-04-08 11:23:14 +02:00
parent 7389a6e951
commit 76d246f716
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ session_start();
<div style="text-align: right; margin-top: 20px;">
<button class="clear-cart-btn" onclick="clearCart()">Svuota carrello</button>
<a href="order.php"><button class="checkout-btn">Procedi all'acquisto</button></a>
<a href="checkout.php"><button class="checkout-btn">Procedi all'acquisto</button></a>
</div>
<?php endif; ?>
</div>