Indiesservice Posted April 9, 2013 Share Posted April 9, 2013 (edited) hi friends i am new PS developer how can i add the mycustom textbox in product page when the mycustom modules is installing like as red rectangle part of the image i creating the hook in mymodule.php file but it does not any effect the front page my hook is public function install() { if (!parent::install() || !$this->installDB() || !$this->registerHook('header') || !$this->registerHook('productRightColumn')) return false; return true } public function hookRightColumnProduct($params) { return $this->display(__FILE__, 'views/templates/hook/mymodules.tpl'); } please some guide me how can i solve the problem Edited April 9, 2013 by Indiesservice (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts