California King

View as: Grid or List
Set Descending Direction

15 Item(s)

per page
Set Descending Direction

15 Item(s)

per page
ge::getModel('catalog/category'); if ($rootcat = $category->load(Mage::app()->getStore()->getRootCategoryId())) { $childcids = explode(',', $rootcat->getChildren()); foreach ($childcids as $ccid) { $cc = $category->load($ccid); if ($cc->getIsActive() && $cc->getData('include_in_menu')) { $Cats[$cc->getData('position')] = "getUrlPath($cc) ."\">{$cc->getName()}"; } } ksort($Cats); } $Mfrs = Array(); require_once $_SERVER['DOCUMENT_ROOT'].'/lib/Groove/Manufacturers.php'; foreach (getAllManufacturers() as $Mfr) { $Mfrs[] = "{$Mfr['label']}"; } ?>