Jump to content

Add Combobox in product page


Recommended Posts

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

 

post-505872-0-02922900-1365484560_thumb.png

 

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 by Indiesservice (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...