hotrodder Posted July 1, 2014 Share Posted July 1, 2014 (edited) please help! i need to add editable (via backend) content to footer template. (not link manipulation, i need to include content html/text) Hardcoding footer.tpl is not problem but i need to add editable content (via cms block?). Or how i can display/include content of "contact infomations block" in a specific place in footer? I need to display editable contact informations in specific column in footer. So the alternative1 is displaying cms block content and the alternative2 is displaying "contact informations block" content. Edited July 1, 2014 by hotrodder (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted July 1, 2014 Share Posted July 1, 2014 Alternative 3 Try this free html module from vekia: http://www.prestashop.com/forums/topic/246765-free-html-block-module/ Link to comment Share on other sites More sharing options...
hotrodder Posted July 1, 2014 Author Share Posted July 1, 2014 i know about this modul, is already instaled, but i need to displaying the content in a specific place inside of multicolumned footer (in the last column so linking the modul to the Hook_footer is not good to me). i think i need to make a new custom hook. And add it to the last column. Link to comment Share on other sites More sharing options...
dioniz Posted July 1, 2014 Share Posted July 1, 2014 I don't understand. Can't you put it to the last place in displayFooter position Link to comment Share on other sites More sharing options...
hotrodder Posted July 1, 2014 Author Share Posted July 1, 2014 displayFooter (HOOK_FOOTER) is not good to me. My footer contains 3 columns: left column links middle column facebook modul right column - here i need to place htmlblock content if i place hook_footer to the last column (in footer.tpl) then everythings is showing in the third column. This is why i need a custom hook. Link to comment Share on other sites More sharing options...
vekia Posted July 3, 2014 Share Posted July 3, 2014 so if you want to place it there where is no hook, you will not be able to do it with module. you can achieve it only modification of .tpl file you can also try to change position with css styles (float:right; or top / right / left / bottom params with position:relative or absolute) Link to comment Share on other sites More sharing options...
Recommended Posts