democolis Posted October 7, 2015 Share Posted October 7, 2015 Hello, How can i make the crossselling appears in the right column of my prestashop? I added this code below in my crossselling.php with no result: function hookRightColumn($params) { return $this->hookProductFooter($params); } Any Ideas? Thanks Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted October 7, 2015 Share Posted October 7, 2015 Hello, How can i make the crossselling appears in the right column of my prestashop? I added this code below in my crossselling.php with no result: function hookRightColumn($params) { return $this->hookProductFooter($params); } Any Ideas? Thanks hi.. you can register the rightcolumn hook when the your modules is install ? thanks.. Link to comment Share on other sites More sharing options...
democolis Posted October 7, 2015 Author Share Posted October 7, 2015 I did it with the code below with no result: !$this->registerHook('rightColumn'); what i am doing wrong? Thanks 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