/* Служебная часть */
for ($f_RowNum = 0; $f_RowNum < $rowCount; $f_RowNum++) {
if($fetch_row[$f_RowNum] instanceof Iterator) {
extract($fetch_row[$f_RowNum]->to_array(), EXTR_PREFIX_ALL, "f");
} else {
extract($fetch_row[$f_RowNum], EXTR_PREFIX_ALL, "f");
}
foreach($iteration_RecordTemplate[$f_RowNum] as $value) {
extract($value);
}
!isset($cc_env["convert2txt"]) ? $cc_env["convert2txt"] = null : null;
eval($cc_env["convert2txt"]);
ob_start();
/* Конец служебной части */?>
$order = new nc_netshop_order($res[$f_RowNum]);
$order->set_catalogue_id($catalogue);
if (isset($inside_netshop)) {
$order_link = nc_core('ADMIN_PATH') . "#module.netshop.order.view($catalogue,$f_RowID)";
}
else {
$order_link = nc_core('ADMIN_PATH') . "#object.view($cc,$f_RowID)";
}
?>
|
= $f_Created_day ?>.= $f_Created_month ?>.= $f_Created_year ?> |
= $f_RowID ?>
|
if ($f_UserID): ?>
" target="_blank">= $f_ContactName ?>
else: ?>
= $f_ContactName ?>
endif ?>
|
$contact_data = array();
if ($f_Email) { $contact_data[] = $f_Email; }
if ($f_Phone) { $contact_data[] = $f_Phone; }
echo join(', ', $contact_data);
?>
|
foreach ($order->get_items() as $item): ?>
= htmlspecialchars($item['FullName']) ?> — = $item['Qty'] ?> = $item['Units'] ?>
endforeach ?>
|
= $order['TotalPriceF'] ?> |
= $order['DeliveryMethodName'] ?> |
= nc_netshop_order_admin_helpers::get_status_change_select($order) ?>
|
/* Служебная часть */
echo nc_finishing_RecordTemplate(ob_get_clean(), $inside_admin, $classID, $f_RowID, $parent_message, $cc, $cc_env["Class_Name"], $no_cache_marks);
}
/* Конец служебной части */?>