Jump to content

do u know how to create parent category's sub cat?


Recommended Posts

do u know how to create parent category's sub cat?

 

like apple shop. there is parent's subcategory list in a page.

 

i want to make that and finally could't make it.

 

i put the categoryController.php

 

 

if (sizeof($subCategories) == 0 AND (int)self::$category->id_parent > 1)

{

$parentCategory = new Category((int)self::$category->id_parent, (int)self::$cookie->id_lang);

$subCategories = $parentCategory->getSubCategories((int)self::$cookie->id_lang);

}

 

it didn't work at all.

 

plz tell me how to make that category templete page.

 

thanks in advance.

post-300643-0-88879100-1321255741_thumb.png

Link to comment
Share on other sites

×
×
  • Create New...