require_once("../WebsiteControl/Includes/Configure.php"); require_once(DIR_FS_SITE_CONTROL_INCLUDES."SiteHeader.php"); $ParentID=isset($_GET['CatID'])?$_GET['CatID']:"4"; $NavID=isset($_GET['NavID'])?$_GET['NavID']:""; $CategoryObj1 = new Categories(); $GetCatDetails=$CategoryObj1->GetCategoryDetail($ParentID); $GetCatDetails1=$CategoryObj1->GetCategoryDetail($NavID); $ProductObj->AllowPaging =true; $ProductObj->PageSize=6; $ProductObj->PageTotalDisplay = 6; $ProductObj->PageNo =isset($_GET['PageNo'])?$_GET['PageNo']:1; $ProductObj->GetAllProductsByParentID($ParentID,true); $TotalRecords = $ProductObj->TotalRecords ; $TotalPages = $ProductObj->TotalPages; ?>
|
