abdess Posted February 12, 2017 Share Posted February 12, 2017 Hello! I have the same problem. I'm still a beginner. I use Prestashop 1.7.0.4 Here is my code in .php the file: controllers/front/display.php : <?php class abdesmodulodisplayModuleFrontController extends ModuleFrontController { public function initContent() { parent::initContent(); $this->setTemplate('display.tpl'); } } And in the .tpl file : views/templates/front/display.tpl : <h1>Welcome ABDES MODULE</h1> but display controller get this message: I need help please! Thanks Link to comment Share on other sites More sharing options...
tmzwinkels Posted February 13, 2017 Share Posted February 13, 2017 try like this : $this->setTemplate('module:abdesmodulo/views/templates/front/display.tpl'); 1 Link to comment Share on other sites More sharing options...
abdess Posted February 13, 2017 Author Share Posted February 13, 2017 thnx Link to comment Share on other sites More sharing options...
mikhsanh Posted March 3, 2020 Share Posted March 3, 2020 Thanks @tmzwinkels it's still work for me Link to comment Share on other sites More sharing options...
mikhsanh Posted March 3, 2020 Share Posted March 3, 2020 root/modules/mymodule/views/templates/front/template.tpl 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