Nadjib BELLOUNDJA 0 Posted June 21, 2015 Posted June 21, 2015 Hi everybody, I am creating a module thats add a tab in the product admin page in order to allow the admin to further customise some products. I am using the hook 'DisplayAdminProductsExtra'. Once I get this tab, I would like to have changes that are specific to a category and others that are specific to the produt. I would like each of this changes to be handled by different controllers. My question is when and how do I call other controllers within my hookDisplayAdminProductsExtra($params) function. My function is currently: public function hookDisplayAdminProductsExtra($params) { return $this->display(__FILE__, 'stampcustom_admin_tab.tpl'); } Share this post Link to post Share on other sites
Recommended Posts