Kosmic Edits Posted November 12, 2014 Share Posted November 12, 2014 (edited) Hi I need some help adding some external links to my stores footer, using Prestashop 1.6. I want to add a Blog, and 2 or 3 others using suddomains and other external url. I do not know any coding I want to launch my shop soon. Accidentally unhooked link block module from footer in positions . I had added link in that module but didn't know what to do after that. Last resort I tried adding links in the cms block but the links seem to be for only internal links, so I ended up getting a 404 page. Please somebody help me install the external links, if it has to be done by code. Kat Edited November 12, 2014 by Kosmic Edits (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 12, 2014 Share Posted November 12, 2014 what theme you use? Link to comment Share on other sites More sharing options...
Kosmic Edits Posted November 12, 2014 Author Share Posted November 12, 2014 The boostrap that came with 1.6 Link to comment Share on other sites More sharing options...
vekia Posted November 12, 2014 Share Posted November 12, 2014 the solution is simple use module like this one: free html box install it and open module configuration page. from left hand side block select "footer" and to textbox paste code that will create links, something like: <section class="footer-block col-xs-12 col-sm-4"> <h4>My Links</h4> <div class="block_content toggle-footer" style=""> <ul class="bullet"> <li><a href="http://first-address-to-link.com">Example</a></li> <li><a href="http://second-address-to-link.com">Another one 2</a></li> <li><a href="http://third-address-to-link.com">Another one 3</a></li> <li><a href="http://fourth-address-to-link.com">Another one 4</a></li> <li><a href="http://fifth-address-to-link.com">Another one 5</a></li> </ul> </div> </section> of course change links in "href" param to links you want to create and change labels to your own (Example, Another one 2 etc) in that way you can create as many links as you want 1 Link to comment Share on other sites More sharing options...
Kosmic Edits Posted November 12, 2014 Author Share Posted November 12, 2014 I don't understand, :/ Link to comment Share on other sites More sharing options...
vekia Posted November 12, 2014 Share Posted November 12, 2014 sadly there is no other easiest way to achieve what you expect. have you followed steps that i mentioned? which one of them is not clear for you? Link to comment Share on other sites More sharing options...
Kosmic Edits Posted November 12, 2014 Author Share Posted November 12, 2014 (edited) I got it installed, and I place the code in the configuration box with my 2 links and labels and saved, but footer looks crazy hmmm. Also see how it loaded under in the footer, is it possible it can be in the blocks? Like next to My Account is a space, can they go there? or other one of the others? And thank you so much. Edited November 12, 2014 by Kosmic Edits (see edit history) Link to comment Share on other sites More sharing options...
Kosmic Edits Posted November 12, 2014 Author Share Posted November 12, 2014 (edited) I got it done yay thank you very much. Edited November 13, 2014 by Kosmic Edits (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts