$active1 = "active"; //форма авторизации отображается по умолчанию $content_active1 = "active in"; //контент формы авторизации отображается по умолчанию $error_reg = substr(clearStr($_GET['error_reg']), 0, 114); //обрезаем get строку с ошибкой, так как она увеличивается каждую итерацию $error_auth = substr(clearStr($_GET['error_msg']), 0, 114); //обрезаем get строку с ошибкой, так как она увеличивается каждую итерацию if (!empty($error_reg)) { unset($active1); unset($content_active1); $active2 = "active"; $content_active2 = "active in"; } $arr = getGood(); $getBucket = getBucket($bucket); $i = 0; if (!is_array($arr)) { $err = "Произошла ошибка при выводе товаров"; } if (!$arr) { $err = "Нет товаров для вывода"; } popUpGood($_GET['id']); if ($_GET['id']) { $displayNone = "style='display:none;'"; } ?> <body> <header <?php echo $displayNone;
?> </td></tr> <tr><th>Тип доставки</th><td><?php echo $order['delivery_type']; ?> </td></tr> <tr><th>Адрес доставки</th><td><?php echo $order['address']; ?> </td></tr> </tr> </table> </td> <td> <?php $allOrderText = getBucket(unserialize($order['order'])); ?> <table class="table table-bordered orders"> <tr> <th>ID товара</th> <th>Название</th> <th>Цена</th> <th>Количество</th> </tr> <?php foreach ($allOrderText as $orderText) { ?> <tr> <td><?php echo $orderText['id']; ?>