solepixel Posted February 18, 2009 Share Posted February 18, 2009 I want to move the Info Block from the left column to the top under my header, as well as currencies and languages from the top of pages to header of pages, and it does not load any of them for some reason. I can see Information, About Us on the left column, but not inside the header. It's not even in the source code. Any ideas what's going on? Link to comment Share on other sites More sharing options...
SotEW Posted February 18, 2009 Share Posted February 18, 2009 You can't add modules displaying things (like pictures...) in the hook HEADER.the header is only for META descriptions or others information. no pictures, texts... in the header. Link to comment Share on other sites More sharing options...
solepixel Posted February 18, 2009 Author Share Posted February 18, 2009 Ok. So I changed it to Top of Pages and it still does not show up in the source. So, how do i get this block inside my #header ? Link to comment Share on other sites More sharing options...
solepixel Posted February 19, 2009 Author Share Posted February 19, 2009 Ok. I got currency and language and quick search to show up in the header, however cannot seem to get the Info Block to show up for nothing, which is the one I really want. Please help! Link to comment Share on other sites More sharing options...
solepixel Posted February 19, 2009 Author Share Posted February 19, 2009 OK. I found the solution. It requires modifying the /modules/blockinfos/blockinfos.phpadd after the hookRightColumn functionfunction hookTop($params){ return $this->hookLeftColumn($params);}This post helped:http://www.prestashop.com/forums/viewthread/2029/#8680 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now