Babocas Posted September 17, 2010 Share Posted September 17, 2010 HiI've tried to change 3 modules positions on my website (using the options on backoffice - modules - positions - changing modules) and doesn't work.I want to put the "favorits, contact and site map" module on top of page and on the right side. Coin and languages modules I want to put lower on the left side and finaly the user information I want it lower too like shows the attached file.Someone knows how to get it?Thank you! Link to comment Share on other sites More sharing options...
razaro Posted September 17, 2010 Share Posted September 17, 2010 See explanation here http://www.prestashop.com/wiki/Moving_and_Transplanting_Modules/#Transplanting_a_module_by_modifying_the_codeSo you need to modify code a bit.Open modules php file for example blockcurrencies.php.Add function hookLeftColumn($params) { return $this->hookTop($params); } And transplant module to left column. Link to comment Share on other sites More sharing options...
Babocas Posted September 18, 2010 Author Share Posted September 18, 2010 Hi! Thank you for your help!It works but not on all blocks. Now the permanent links block is on right column bottom but the language block is above the categories block like you can see in the attached file.Unfourtnatly I'm not an expert on php, codes, and so one so...to get it easier I just ask you If you know how to configure this modules like shows the second attached file.Thank you again and I'm so sorry to bother you again. 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