'; print_r($_SESSION['cart']); // Display cart contents in a readable format echo ''; } else { echo 'Cart is empty.'; } ?>