include_once "../server.inc.php"; include_once GLOB_INC_PATH."utils.inc.php"; include_once GLOB_INC_PATH."globals.inc.php"; include_once GLOB_INC_PATH."db.inc.php"; include_once GLOB_INC_PATH."catalog/genhtml.inc.php"; include_once GLOB_INC_PATH."db_objects/class.php"; include_once GLOB_INC_PATH."db_objects/product.php"; $cclasscode=form("cclasscode"); if(strlen($cclasscode)==0) { header("Location:http://www.giccorp.com/"); return; } genchinesemeta(); //output the chinese meta tags ?>
Products in the category :
echo($oclass->get_cclass_name().(strlen(trim($oclass->get_cmemo()))>0 ? " (".$oclass->get_cmemo().")" : "" ));?>
If a product has an image, click on it to see more pictures.
">
$aprods = $oclass->mDB_get_aproducts(true); //true for getting thumbnail image objects with the products
$nnumprods=count($aprods);
if($nnumprods>0){
?>
|