From bce38dd0f272476fa35172b7ff897d3a8c57a522 Mon Sep 17 00:00:00 2001 From: totoW <anthony.weiss1910@gmail.com> Date: Sun, 14 Jan 2024 16:56:49 +0100 Subject: [PATCH] L --- startbootstrap-agency-gh-pages/purchased_item.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/startbootstrap-agency-gh-pages/purchased_item.php b/startbootstrap-agency-gh-pages/purchased_item.php index 8ca64fc..a0ee1bc 100644 --- a/startbootstrap-agency-gh-pages/purchased_item.php +++ b/startbootstrap-agency-gh-pages/purchased_item.php @@ -30,7 +30,8 @@ if ($result->num_rows > 0) { echo '<h2>Order Number: ' . $row['orderNumber'] . '</h2>'; // Decode the JSON-encoded items - $items = json_decode($row['items'], true); + $items = json_decode($row['items'], JSON_UNESCAPED_UNICODE); + echo '<ul>'; // Display each item in the order -- GitLab