Is there any way to add a category tree with checkboxes to a form in the admin part?
The form contains two other fieldsets, and the category tree must be added as the third fieldset. All information that I have found was how to add a category tree separately, without injecting it in existing form. But here I need to render a block inside another block, or something like this.
I am curious how can I achieve this.
addTabmethod is used there. I don't use it, I add tabs through xml declaration. Should I skip that step? – Gino Pane Nov 04 '15 at 08:44Mage::app()->getLayout()->createBlock('your_block_name')->toHtml(). – Gino Pane Nov 05 '15 at 07:19$this->_withProductCounttotruein constructor of a categories block. – Gino Pane Nov 05 '15 at 07:20