Jump to content

Help Adding External Links to Footer


Recommended Posts

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 by Kosmic Edits (see edit history)
Link to comment
Share on other sites

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

  • Like 1
Link to comment
Share on other sites

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.

post-852482-0-95829600-1415835290_thumb.png

post-852482-0-94115000-1415835291_thumb.png

Edited by Kosmic Edits (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...