Jump to content

[SOLVED] How to hook user info block into left column? It doesn't work with transplantation!


Recommended Posts

Hello

What excatly should i do to get my user info block into left column? Transplant option doesn't work, because the only place, where user info block is visible, it's top of pages hook. If i transplant the module to the left column, nothing actually happens (the module isn't visible).

What should i do? Should i modify some .php or .tpl files?

Thank you,
Housy

Link to comment
Share on other sites

Hi,

Edit your /modules/blockuserinfo/blockuserinfo.php, and add this method :

   function hookLeftColumn($params)
   {
       return $this->hookTop($params);
   }



Change your /modules/blockuserinfo/blockuserinfo.tpl for a successful integration.
Transplant the hook position again.

Best regards

Link to comment
Share on other sites

  • 2 months later...
Hi,

Edit your /modules/blockuserinfo/blockuserinfo.php, and add this method :

   function hookLeftColumn($params)
   {
       return $this->hookTop($params);
   }



Change your /modules/blockuserinfo/blockuserinfo.tpl for a successful integration.
Transplant the hook position again.

Best regards



I put in the code in blockuserinfo.php, its not working.

What i have to change in the blockuserinfo.tpl ??

Prestashop 1.4.3.

I hope for your feedback. Thanks!
Link to comment
Share on other sites

×
×
  • Create New...