diff --git a/startbootstrap-agency-gh-pages/purchased_item.php b/startbootstrap-agency-gh-pages/purchased_item.php index 8ca64fc74baab062f7f794dc9a94628853fec11f..a0ee1bc006ef7457d5e4880ff5bfc3b09bd3d549 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