kijy Posted July 3, 2015 Share Posted July 3, 2015 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 More sharing options...
vekia Posted July 5, 2015 Share Posted July 5, 2015 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 More sharing options...
kijy Posted July 7, 2015 Author Share Posted July 7, 2015 That works perfectenshlag! Thx a lot for that quick and usefull answer! 1 Link to comment Share on other sites More sharing options...
vekia Posted July 7, 2015 Share Posted July 7, 2015 thank you for confirmation so im going to mark my answer as a solution to this post with regards, Milos Link to comment Share on other sites More sharing options...
chrenko Posted November 7, 2019 Share Posted November 7, 2019 (edited) Hi, it works.. Thanks for it. I have one more plea. If I transplant HomeFeatured to topColumn hook I cant see HomePageTab . How I can copy this above HomeFeatured? Thanks Premek Edited November 7, 2019 by chrenko (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now