Jump to content

How to display the HomeFeatured module in the TopColumn hook?


kijy

Recommended Posts

Hi  everyone, 

 

I'd like to put  the HomeFeatured module in the TopColumn in order to have the original slider in the left part and on the other side the pictture of the ^product, and its description below. What should i do? or there a module that does it for me without having to put my hands into code?

 

 

Thx!

Link to comment
Share on other sites

open module file: homefeatured.php

add there function to support topColumn hook:

	public function hookDisplayTopColumn($params)
	{
	return $this->hookDisplayHome($params);   
    }

then go to modules > positions

and transplant homepage featured products module to "displayTopColumn" hook.

Link to comment
Share on other sites

  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...