|
|
|
Execute($products_result_raw);
while ($products = $products_result->fields) {
if ((!isset($_GET['pID']) || (isset($_GET['pID']) && ($_GET['pID'] == $products['products_id']))) && !isset($pInfo)) {
$pInfo = new objectInfo($products);
}
if (isset($pInfo) && is_object($pInfo) && ($products['products_id'] == $pInfo->products_id) ) {
echo ' ' . "\n";
} else {
echo ' ' . "\n";
}
?>
|
|
products_id) ) { echo ''; } else { echo ''; } ?> |
MoveNext();
}
?>
display_count($products_result_numrows, MAX_DISPLAY_SEARCH_RESULTS, $nPage, TEXT_DISPLAY_NUMBER_OF_PRODUCTS_EXPECTED); ?> |
display_links($products_result_numrows, MAX_DISPLAY_SEARCH_RESULTS, MAX_DISPLAY_PAGE_LINKS, $nPage); ?> |
|
|
'' . $pInfo->products_name . '');
$cPath = oos_get_product_path($pInfo->products_id);
$contents[] = array('align' => 'center', 'text' => '' . oos_button(BUTTON_EDIT) . '');
$contents[] = array('text' => '
' . TEXT_INFO_DATE_EXPECTED . ' ' . oos_date_short($pInfo->products_date_available));
}
if ( (oos_is_not_null($heading)) && (oos_is_not_null($contents)) ) {
?>
infoBox($heading, $contents);
?>
|