badfreek Posted December 10, 2013 Share Posted December 10, 2013 As the title says, I need to hook Featured products or New products module in ProductFooter... Tried it in BO, but it does not transplant it... I got 1.5.4.1 PS version thanx in advance Link to comment Share on other sites More sharing options...
vekia Posted December 10, 2013 Share Posted December 10, 2013 go to module .php file and create there function: public function hookDisplayFooter($params){ $this->hookDisplayHome($params); } then try to transplant it Link to comment Share on other sites More sharing options...
badfreek Posted December 10, 2013 Author Share Posted December 10, 2013 (edited) hello vekia, thanx for assistance - did that, did not work... I threw in the new hook function hookProductFooter($params){return $this->hookRightColumn($params);} now it works!! thanx again Edited December 10, 2013 by badfreek (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 11, 2013 Share Posted December 11, 2013 thank you for information that you solved it i marked this topic as [solved] too. with regards, Milos 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