Jump to content

Move blockuserinfo to left coloumn Prestashop 1.6


Recommended Posts

Hello,

I am newbie of prestashop, I am customize my site ( i bought a theme on theme forest "MODEZ").

All work well but I need some changes.

 

the block userinfo is in the top but I need put it in left coloumn is it possible?

I found some guide where it is necessary change blockuserinfo.php and blockuserinfo.tpl but I found some problems.

 

can you help me?

thanks

Link to comment
Share on other sites

for the first try to go to modules > positions

hit transplant button.

from list select module you want

from positions select left column

hit save

 

are you able to hook module there? or you see message that you cant transplant it?

 

I tried but it told me that I can't.

 

In this moment I solved installing a module called userblockinfo with login.

I don't like this soluction but work well...

 

otherwise what i can do?

Link to comment
Share on other sites

Otherwise, you can add that hook to blockuserinfo.php

 

public function hookDisplayLeftColumn($params)

{

    return $this->hookDisplayTop($params);

}

 

 

That, or hookDisplayNav, I dont remember out of my head. After adding this code, you can transplant it

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...