Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento Admin Category tree

Tags:

magento

How do i show the Category tree which is in the Admin menu in the admin section somewhere on other page [but admin side].

Also I dont want to generate tree using custom js. Just need to use the default functions.

like image 517
Umesh251 Avatar asked Feb 29 '12 12:02

Umesh251


1 Answers

$this->getLayout()->createBlock('adminhtml/catalog_product_edit_tab_categories')->setTemplate('catalog/product/edit/categories.phtml')->toHtml(); 
like image 164
Dpak Avatar answered Nov 15 '22 03:11

Dpak