Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit b5f7b09

Browse files
Merge branch 'dev' into css-css-css-css
2 parents ae5fb20 + 995282f commit b5f7b09

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/app/views/cart.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h2 class="total">Total: <?= htmlspecialchars((string) $total) ?> €</h2>
55

66
<?php $products = $cart['products'] ?? []; ?>
7-
<!-- <?php $menus = $cart['menus'] ?? []; ?> -->
7+
<?php $menus = $cart['menus'] ?? []; ?>
88

99
<?php if (empty($products) && empty($menus)) { ?>
1010
<p>Your cart is empty.</p>
@@ -45,6 +45,7 @@
4545
<?php endforeach; ?>
4646
</ul>
4747
<!-- TODO: Display Menus -->
48+
</ul>
4849
<?php } ?>
4950

5051
<?php include 'partials/footer.php'; ?>

0 commit comments

Comments
 (0)