Housy Posted April 5, 2011 Share Posted April 5, 2011 HelloWhat 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 More sharing options...
DevNet Posted April 5, 2011 Share Posted April 5, 2011 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 More sharing options...
Housy Posted April 5, 2011 Author Share Posted April 5, 2011 It works perfect!Thanks man ;-) Edit your /modules/blockuserinfo/blockuserinfo.php, and add this method: function hookLeftColumn($params) { return $this->hookTop($params); } Link to comment Share on other sites More sharing options...
DevNet Posted April 5, 2011 Share Posted April 5, 2011 good ! Link to comment Share on other sites More sharing options...
Publisher Posted June 19, 2011 Share Posted June 19, 2011 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 More sharing options...
S7 Media Ltd Posted June 20, 2011 Share Posted June 20, 2011 I have the same issue - tried doing this with Presta 1.4.2 and it won't work. Any feedback would be great, thanks! Link to comment Share on other sites More sharing options...
S7 Media Ltd Posted June 20, 2011 Share Posted June 20, 2011 Scratch that, just found a module - http://presta.codeexperts.net/prestashop-modules/17-myaccount-block.html Link to comment Share on other sites More sharing options...
Recommended Posts