gamael Posted April 4, 2014 Share Posted April 4, 2014 Hello everybody I want to create a 4 columns footer for my website with the following layout: 1. Newsletter subscription 2. images with payment methods and shipping companies 3. about us 4. a list of links I had that already done in prestashop 1.5 using "lof advance footer", but this module isn't compatible (yet) with 1.6 I appreciate any help. Thanks in advance Link to comment Share on other sites More sharing options...
Bruna BSPCU Posted May 15, 2014 Share Posted May 15, 2014 You can hook combinations on modules on footer, example: blocknewsletter + blockcontactinfos + htmlbox (you can add the links here, just add <a href="path-for-the-link"> LINK</a>) + htmlbox again (duplicate this module, change the name of it on the folder and inside the main php of the module substitute the old name for the new name on the install configuration), here you can add images, links whatever you want. Then you set the divs with float left, and that is all. Link to comment Share on other sites More sharing options...
jcdarocha Posted March 23, 2016 Share Posted March 23, 2016 Hi, I'm interested as well, but does htmlbox works with translation ? we need to update the html for every translations ? Thx JC Link to comment Share on other sites More sharing options...
Recommended Posts