Jump to content

displayHomeTab hook is missing (new arrivals button)


Recommended Posts

Hi all

 

the displayHomeTab hook is missing (new arrivals button). I have the home text editor above the new products module.

 

How can I fix this?

 

See screenshots of home page and positions.

 

Thanks! :)

post-729584-0-75205700-1404483885_thumb.jpg

post-729584-0-72124700-1404483887_thumb.jpg

Link to comment
Share on other sites

displayHome is different hook than displayHomeTab

also displayHomeTab is connected to displayHomeTabContents

 

 

btw. what you're trying to achieve? i don't understand

 

I want the 'new arrivals' button in between the home text editor and the new products

Link to comment
Share on other sites

You can try hooking the new arrivals to displayHome. If it doesn't work, edit the module's php file and rename or clone hookDIsplayHomeTabContent to hookDisplayHome

 

 

you attached module also to displayHomeTabContents? you modified something in template files ? (index.tpl) ?

 

 

Okay thanks guys. Did a few things. Actually I'm not sure what I did, I moved home text editor to hookDIsplayHomeTabContent and some other stuff. Now page has new arrivals heading above the text. I need it below the text

 

s6TAIdq.jpg

 

Any ideas?

Link to comment
Share on other sites

hello

you're doing it wrong.

 

if you want to use module in displayHomeTabContents you must use displayHomeTab where you will place link to your contents.

this feature doesnt work in different way,

 

you can use it only as tab, not as you tried to use

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...