-
- arthurio

-
Total Posts: 10
Joined: 2012-10-11
|
Hi all.
Ok, so I found many tutorials on how-to add tab under customers edit.
There’s one of them -> http://mydons.com/how-to-add-custom-tabs-to-magento-customer-edit-page/
Did everything as described, but my block doesn’t take template file.
Everything should work good, because I know I didn’t make any mistake and it dies if I write die in
public function __construct() { die; $this->setTemplate('modulename/sometabineed.phtml'); }
Template file is in adminhtml/default/default/template/modulename/sometabineed.phtml .
Problem is, when I click on created tab, It returns empty tab.
|