Jump to content

Horizontal links in footer


Recommended Posts

Hello

 

I am running PS 1.5.5.0

 

I want the horizontal link menu to be displayed in my footer. I tried to enable the "categories block" but it only shows the products categories.

It is possible to show the horizontal links in the footer too? You can see what i mean in my picture.

post-367879-0-83570900-1382195386_thumb.png

Link to comment
Share on other sites

in this case you have to modify the top horizontal menu. there is no other way unfortunately.

 

you will need to add displayFooter hook support.

in blocktopmenu.php file right before the last bracket } add this code:

 public function hookFooter($params){
        return $this->hookDisplayTop($params);
    }

then under modules > positions tab transplant tophorizontalmenu to the footer hook.

Link to comment
Share on other sites

If you look in my footer. I got three sections. "Følg os" - "Kontakts os" - "Kategorier".

 

Under the "Kateogier" is says "Varepartier - B2B".

 

I want it to say

Forside

Varepartier - B2B

Om os

Kontakt

Andet

 

And these should be clickable so you could get to the page.

Link to comment
Share on other sites

×
×
  • Create New...