tozi Posted December 28, 2013 Share Posted December 28, 2013 Hi all, how can i hook blockcontactinfo in top of page? In blockcontactinfo.php i write this: public function hookTop($params) { return $this->hookTop($params); } But this didnt work. Link to comment Share on other sites More sharing options...
CartExpert.net Posted December 28, 2013 Share Posted December 28, 2013 Hi. Your code will cause an infinit loop: the function keeps calling itself. You should use as an example the contents of the hookFooter function. Regards.Robin.The CartExpert Team 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