Posts Tagged ‘get category list’:


Get children categories of rootcategory filtered by storeid magento

programatically add category tree outside magento with jquery tree view

programatically add category tree outside magento with jquery tree view will attaching full code very soon..

get category list by magento api

Category Structure in Magento API You will get OutPut like this Array ( [category_id] => 1 [parent_id] => 0 [name] => Root [is_active] => [position] => 0 [level] => 0 [children] => Array ( [0] => Array ( [category_id] => 2 [parent_id] => 1 [name] => [is_active] => [position] => 1 [level] => 1 [children]

(Read More…)

© Open Source Rocks