MathewB Posted May 13, 2012 Share Posted May 13, 2012 Hi, I would like to put our phone number in the header of the template is this possible and is there a Module for this? Mathew Link to comment Share on other sites More sharing options...
MEG Venture Posted May 13, 2012 Share Posted May 13, 2012 It is possible. For example if you are familiar with php coding, add a hook function to the advertising block and hook it to the top of the pages consisting an image of your phone number. Link to comment Share on other sites More sharing options...
MathewB Posted May 14, 2012 Author Share Posted May 14, 2012 Ok I could look into that does anyone know of a module that would do this for me? Link to comment Share on other sites More sharing options...
mynamesStephanie Posted May 14, 2012 Share Posted May 14, 2012 Hi mathewB.. hope it could help to you. from your root Open: themes--->prestashop--->header.tpl and now under in the <div class="logo-container" > <div class = "your_phone_no."> <img src="{$base_dir}/.../..../...Phon No/.../..../> </div> </div> and for your css to fix the position: open: global.css themes---->prestashop---->css---->global.css and call your class from header.tpl .your_phone_no. { ?postion? } 1 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