====== Getting and Using Categories and Sub Categories . . ====== The code below does a couple of things, first it will get all the store's categories - it then checks to see if they are active before continuing. Also - it might be helpful to have the sub categories displayed, right? Well, in my case, I only wanted the subcategory for the current category displayed - so I put a check in to do so. getStoreCategories(); /* Get the current category the user is in */ $_current_category=$this->getCurrentCategory(); /* Get the current category path */ $_categorypath = $this->getCurrentCategoryPath(); ?>