stefslamslamslam Posted September 27, 2017 Share Posted September 27, 2017 Hi, I need to show the blocknewsletter to Home page as a full width block. (I hope this is understandable). I have added to blocknewsletter.php the following: public function hookHome($params) { return $this->hookDisplayHome($params); } public function hookDisplayHome($params) { if (!isset($this->prepared) || !$this->prepared) $this->_prepareHook($params); $this->prepared = true; return $this->display(__FILE__, 'blocknewsletter_home.tpl'); } I have also transplanted the blocknewsletter to DisplayHome. I have also created the blocknewsletter_home.tpl The problem is that it does not show. What am I missing here or what am I doing wrong? Do you have any suggestions? Thanks in advance. Link to comment Share on other sites More sharing options...
stefslamslamslam Posted September 29, 2017 Author Share Posted September 29, 2017 I think that the proper place in the forum for this post is "Forum / Community Help and Support / PrestaShop Addons / Looking for a module or a theme" If a moderator sees it, could you please place this post there? 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