mirror of
https://codeberg.org/ThisIsMiseryy/techstore
synced 2026-05-14 17:02:06 +00:00
Aggiunta link per articoli carrello
This commit is contained in:
@@ -60,7 +60,7 @@ session_start();
|
|||||||
$grand_total += $item_total;
|
$grand_total += $item_total;
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php echo htmlspecialchars($item['name']); ?></td>
|
<td><a href="product.php?id=<?php echo $item['id']; ?>"><?php echo htmlspecialchars($item['name']); ?></a></td>
|
||||||
<td>€<?php echo number_format($item['price'], 2, ',', '.'); ?></td>
|
<td>€<?php echo number_format($item['price'], 2, ',', '.'); ?></td>
|
||||||
<td><?php echo $item['quantity']; ?></td>
|
<td><?php echo $item['quantity']; ?></td>
|
||||||
<td>€<?php echo number_format($item_total, 2, ',', '.'); ?></td>
|
<td>€<?php echo number_format($item_total, 2, ',', '.'); ?></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user