trsakhilk Posted November 19, 2012 Share Posted November 19, 2012 Hi everyone.. So i have a hook home which i need to add to the wishlist module... Although i tried adding the code for the hook into the wishlist template page as i did for the other template pages it doesnot work... Can anyone tell me how to call the HOME hook into the wishlist module or any module for that matter... Link to comment Share on other sites More sharing options...
Prestawise Posted November 20, 2012 Share Posted November 20, 2012 Could you show us your code? Link to comment Share on other sites More sharing options...
yaniv14 Posted November 20, 2012 Share Posted November 20, 2012 Try to add this to blockwishlist.php: public function hookHome($params) { return $this->hookRightColumn($params); } Link to comment Share on other sites More sharing options...
Recommended Posts